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:
committed by
Andrew Bartlett
parent
ab2cda7928
commit
16eaf7fd52
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user