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

Fixed set_dc()

This commit is contained in:
Игорь Чудов 2020-08-13 15:59:10 +04:00
parent a1bd67f7d2
commit c40ae95a08
Signed by untrusted user: nir
GPG Key ID: 0F3883600CAE7AAC

View File

@ -60,7 +60,7 @@ class smbcreds (smbopts):
if samba_dc != dc_fqdn and dc_fqdn is not None:
logdata = dict()
logdata['dc'] = samba_dc
logdata['user_dc'] = dc
logdata['user_dc'] = dc_fqdn
log('D38', logdata)
self.selected_dc = dc_fqdn