From ace06487b47fbc1aee631ba3494456c565cc8bc4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?S=2E=C3=87a=C4=9Flar=20Onur?= Date: Mon, 11 Oct 2010 16:38:16 -0400 Subject: [PATCH] disable sfagids plugins otherwise NM dies with following error AttributeError: ComponentAPI instance has no attribute 'get_node_key' --- plugins/sfagids.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/sfagids.py b/plugins/sfagids.py index e7e2b1a..7c16a54 100644 --- a/plugins/sfagids.py +++ b/plugins/sfagids.py @@ -27,6 +27,8 @@ except: sfa = None def start(): + #FIXME: disabled by caglar + return logger.log("sfagid: plugin starting up ...") if not sfa: return -- 2.43.0