From f5dbd710eb5e157b56b44d45c108c9a05dbde79f Mon Sep 17 00:00:00 2001 From: sreichholf Date: Thu, 13 Jan 2011 19:25:20 +0100 Subject: [PATCH] fix webif on 7025 --- webinterface/src/plugin.py | 1 + 1 file changed, 1 insertion(+) diff --git a/webinterface/src/plugin.py b/webinterface/src/plugin.py index 8b5b5936..39774321 100644 --- a/webinterface/src/plugin.py +++ b/webinterface/src/plugin.py @@ -549,6 +549,7 @@ def checkBonjour(): #=============================================================================== def networkstart(reason, **kwargs): l2r = False + l2k = None if hw.get_device_name().lower() != "dm7025": l2c = tpm.getCert(eTPM.TPMD_DT_LEVEL2_CERT) -- 2.20.1