reverting last checkin
authorTony Mack <tmack@cs.princeton.edu>
Mon, 10 May 2010 22:23:40 +0000 (22:23 +0000)
committerTony Mack <tmack@cs.princeton.edu>
Mon, 10 May 2010 22:23:40 +0000 (22:23 +0000)
sfa/plc/sfa-import-plc.py

index 429068c..4732d20 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)