1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-21 20:23:50 +03:00

gp: Cleanup some unused code

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
This commit is contained in:
David Mulder
2023-01-10 10:07:33 -07:00
committed by Andrew Bartlett
parent ab2cda7928
commit 16eaf7fd52
2 changed files with 0 additions and 2 deletions

View 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)