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

Removed unused function util.get_machine_domain

This commit is contained in:
Игорь Чудов 2019-11-28 16:32:12 +04:00
parent a76cf296f7
commit 236158d5d1
Signed by untrusted user: nir
GPG Key ID: 0F3883600CAE7AAC

View File

@ -29,9 +29,6 @@ def get_gpo_list(dc_hostname, creds, lp, user):
logging.info('------')
return gpos
def get_machine_domain():
pass
def select_dc(lp, creds, dc):
samba_dc = get_dc_hostname(creds, lp)