summaryrefslogtreecommitdiffstats
path: root/source3
diff options
context:
space:
mode:
Diffstat (limited to 'source3')
-rw-r--r--source3/param/loadparm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/param/loadparm.c b/source3/param/loadparm.c
index 0a8987f2c6..d9690c8841 100644
--- a/source3/param/loadparm.c
+++ b/source3/param/loadparm.c
@@ -169,7 +169,7 @@ static struct loadparm_service sDefault =
.printjob_username = NULL,
.dontdescend = NULL,
.hosts_allow = NULL,
- .hostsdeny = NULL,
+ .hosts_deny = NULL,
.magicscript = NULL,
.magicoutput = NULL,
.veto_files = NULL,