From: Tony Mack Date: Mon, 10 May 2010 22:23:40 +0000 (+0000) Subject: reverting last checkin X-Git-Tag: sfa-1.0-0~200 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=8e569f6e00e9c1a3026cd08dced1169d44319745;p=sfa.git reverting last checkin --- diff --git a/sfa/plc/sfa-import-plc.py b/sfa/plc/sfa-import-plc.py index 429068c8..4732d205 100755 --- a/sfa/plc/sfa-import-plc.py +++ b/sfa/plc/sfa-import-plc.py @@ -87,7 +87,7 @@ def main(): # create root authority sfaImporter.create_top_level_auth_records(root_auth) - if not root_auth != interface_hrn: + if not root_auth == interface_hrn: sfaImporter.create_top_level_auth_records(interface_hrn) trace("Import: adding " + interface_hrn + " to trusted list", logger)