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 28fbf4077a..224aedec79 100644 --- a/source3/param/loadparm.c +++ b/source3/param/loadparm.c @@ -167,7 +167,7 @@ static struct loadparm_service sDefault = .queueresumecommand = NULL, ._printername = NULL, .printjob_username = NULL, - .dontdescend = NULL, + .dont_descend = NULL, .hosts_allow = NULL, .hosts_deny = NULL, .magicscript = NULL, |