diff options
author | Jeremy Allison <jra@samba.org> | 2003-06-20 01:42:13 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2003-06-20 01:42:13 +0000 |
commit | be61fcef60f053485e1d89749e5ffc9e71d132ef (patch) | |
tree | 75653619d7a5b7de73dcb8ae4012c960152aa541 /source3/param/loadparm.c | |
parent | 9251afe35bc402bbab816d7c33673d4ef3fb0351 (diff) | |
download | samba-be61fcef60f053485e1d89749e5ffc9e71d132ef.tar.gz samba-be61fcef60f053485e1d89749e5ffc9e71d132ef.tar.bz2 samba-be61fcef60f053485e1d89749e5ffc9e71d132ef.zip |
Missed initial param, typo.
Jeremy.
(This used to be commit 036a551b10f1cb436ea36acbb40983249de8310d)
Diffstat (limited to 'source3/param/loadparm.c')
-rw-r--r-- | source3/param/loadparm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/param/loadparm.c b/source3/param/loadparm.c index 8289c45b6a..068919a916 100644 --- a/source3/param/loadparm.c +++ b/source3/param/loadparm.c @@ -533,6 +533,7 @@ static service sDefault = { True, /* bNTAclSupport */ False, /* bUseSendfile */ False, /* bProfileAcls */ + False, /* bMap_acl_inherit */ NULL, /* Parametric options */ |