diff options
Diffstat (limited to 'source3/param/loadparm.c')
-rw-r--r-- | source3/param/loadparm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/param/loadparm.c b/source3/param/loadparm.c index c9c502d21c..0a8987f2c6 100644 --- a/source3/param/loadparm.c +++ b/source3/param/loadparm.c @@ -168,7 +168,7 @@ static struct loadparm_service sDefault = ._printername = NULL, .printjob_username = NULL, .dontdescend = NULL, - .hostsallow = NULL, + .hosts_allow = NULL, .hostsdeny = NULL, .magicscript = NULL, .magicoutput = NULL, |