diff options
author | Michael Adam <obnox@samba.org> | 2014-02-02 14:24:10 +0100 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2014-02-03 13:26:56 +1300 |
commit | 974ad7ca7e213c89706fe51b6f09a419a1e7aa35 (patch) | |
tree | 18eeec34e1220b6b20287dbffc2f5ad77f96a249 /source3/param/loadparm.c | |
parent | cdb6af95dd744869a743d8ca82682e1fd11b3382 (diff) | |
download | samba-974ad7ca7e213c89706fe51b6f09a419a1e7aa35.tar.gz samba-974ad7ca7e213c89706fe51b6f09a419a1e7aa35.tar.xz samba-974ad7ca7e213c89706fe51b6f09a419a1e7aa35.zip |
loadparm: rename variable for "hosts deny" from hostsdeny to hosts_deny
for consistency docs/functions/variables
Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Garming Sam <garming@catalyst.net.nz>
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 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, |