mirror of
https://github.com/samba-team/samba.git
synced 2025-07-22 16:59:09 +03:00
s4:provision: fix use of non-existent word (existant)
This commit is contained in:
@ -624,7 +624,7 @@ def make_smbconf(smbconf, hostname, domain, realm, targetdir,
|
||||
|
||||
if lp is None:
|
||||
lp = samba.param.LoadParm()
|
||||
#Load non-existant file
|
||||
#Load non-existent file
|
||||
if os.path.exists(smbconf):
|
||||
lp.load(smbconf)
|
||||
|
||||
|
Reference in New Issue
Block a user