1
0
mirror of https://github.com/altlinux/gpupdate.git synced 2025-03-21 18:50:38 +03:00

Removed duplicate additions of objects

This commit is contained in:
Valery Sinelnikov 2023-12-08 11:19:25 +04:00
parent 0c913c68e3
commit 6cd5ab4ee2

View File

@ -33,7 +33,6 @@ def read_networkshares(networksharesxml):
networkshare_obj.set_abe(props.get('abe', default=None))
networkshares.append(networkshare_obj)
Dconf_registry.networkshares.append(networkshares)
return networkshares
def merge_networkshares(storage, sid, networkshares_objects, policy_name):