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

Merge pull request #113 from altlinux/dc_fix_log

Omit missing variable from log
This commit is contained in:
NIR 2020-09-08 15:18:05 +04:00 committed by GitHub
commit adea356f1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -57,7 +57,6 @@ class smbcreds (smbopts):
try:
if dc_fqdn is not None:
logdata = dict()
logdata['dc'] = samba_dc
logdata['user_dc'] = dc_fqdn
log('D38', logdata)