]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
gp: Cleanup some unused code
authorDavid Mulder <dmulder@samba.org>
Tue, 10 Jan 2023 17:07:33 +0000 (10:07 -0700)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 31 Jul 2023 10:55:26 +0000 (10:55 +0000)
Signed-off-by: David Mulder <dmulder@samba.org>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Autobuild-User(master): Andrew Bartlett <abartlet@samba.org>
Autobuild-Date(master): Mon Jul 31 10:55:26 UTC 2023 on atb-devel-224

python/samba/gp/vgp_files_ext.py
python/samba/gp/vgp_startup_scripts_ext.py

index 947e13c2d25a191b88596ae2abc7f7cc0ef63b6c..78bfc283f5ede5fed38912597661dce99a982d5f 100644 (file)
@@ -74,7 +74,6 @@ class vgp_files_ext(gp_xml_ext, gp_file_applier):
 
         for gpo in changed_gpo_list:
             if gpo.file_sys_path:
-                self.gp_db.set_guid(gpo.name)
                 xml = 'MACHINE/VGP/VTLA/Unix/Files/manifest.xml'
                 path = os.path.join(gpo.file_sys_path, xml)
                 xml_conf = self.parse(path)
index b1466fe370973acd56969c34ca603b558ba2637f..02f22bab78d4dc55d9b45992014f2be51fdf7400 100644 (file)
@@ -44,7 +44,6 @@ class vgp_startup_scripts_ext(gp_xml_ext, gp_file_applier):
 
         for gpo in changed_gpo_list:
             if gpo.file_sys_path:
-                self.gp_db.set_guid(gpo.name)
                 xml = 'MACHINE/VGP/VTLA/Unix/Scripts/Startup/manifest.xml'
                 path = os.path.join(gpo.file_sys_path, xml)
                 xml_conf = self.parse(path)