fix bug in delete_record
authorTony Mack <tmack@cs.princeton.edu>
Tue, 4 Aug 2009 01:14:01 +0000 (01:14 +0000)
committerTony Mack <tmack@cs.princeton.edu>
Tue, 4 Aug 2009 01:14:01 +0000 (01:14 +0000)
sfa/plc/sfaImport.py

index ac7f885..ad16ad8 100644 (file)
@@ -297,8 +297,7 @@ class sfaImport:
         else:
             return
 
-        auth_name = self.get_auth_table(hrn)
-        table = self.AuthHierarchy.get_auth_table(auth_name)
+        table = self.get_auth_table(parent_hrn)
         record_list = table.resolve(type, hrn)
         if not record_list:
             return