mirror of
https://github.com/altlinux/gpupdate.git
synced 2025-03-21 18:50:38 +03:00
backend: Fixed incorrect variable reference error
This commit is contained in:
parent
914a20b244
commit
126f2ffd7d
@ -33,6 +33,7 @@ def backend_factory(dc, username, is_machine, no_domain = False):
|
||||
back = None
|
||||
domain = None
|
||||
config = GPConfig()
|
||||
sc = None
|
||||
if not no_domain:
|
||||
sc = smbcreds(dc)
|
||||
domain = sc.get_domain()
|
||||
|
Loading…
x
Reference in New Issue
Block a user