From 935b8624757d5878af84222b1ea071abac876dc7 Mon Sep 17 00:00:00 2001 From: Anil-Kumar Vengalil Date: Tue, 21 Jul 2009 18:04:52 +0000 Subject: [PATCH] sets the right gid for level1_auth in the genitable --- sfa/plc/sfa-import-plc.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sfa/plc/sfa-import-plc.py b/sfa/plc/sfa-import-plc.py index d2d80c3f..8641e06a 100755 --- a/sfa/plc/sfa-import-plc.py +++ b/sfa/plc/sfa-import-plc.py @@ -282,6 +282,8 @@ def create_top_level_auth_records(hrn): if not parent_hrn: parent_hrn = hrn auth_info = AuthHierarchy.get_auth_info(parent_hrn) + if level1_auth: + auth_info = AuthHierarchy.get_auth_info(hrn) table = get_auth_table(parent_hrn) auth_record = table.resolve("authority", hrn) -- 2.43.0