1
0
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:
Michael Adam
2012-06-11 17:51:51 +02:00
parent acd3a6bb6c
commit cec6ebf4c3

View File

@ -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)