== should be !=
authorTony Mack <tmack@cs.princeton.edu>
Mon, 10 May 2010 22:19:00 +0000 (22:19 +0000)
committerTony Mack <tmack@cs.princeton.edu>
Mon, 10 May 2010 22:19:00 +0000 (22:19 +0000)
sfa/plc/sfa-import-plc.py

index 4732d20..429068c 100755 (executable)
@@ -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)