diff options
author | Andrew Bartlett <abartlet@samba.org> | 2013-12-24 16:04:10 +1300 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2014-01-24 16:18:59 -0800 |
commit | 774d29318d0342b56bcb98807dc185ae17ad678e (patch) | |
tree | c01d5a5bfe6ef6da016ffed52f1b3b1c9fa9d481 /source3/param/loadparm.c | |
parent | 9ef5fe0180eb2fd495206097ea421709d18d2fc0 (diff) | |
download | samba-774d29318d0342b56bcb98807dc185ae17ad678e.tar.gz samba-774d29318d0342b56bcb98807dc185ae17ad678e.tar.xz samba-774d29318d0342b56bcb98807dc185ae17ad678e.zip |
param: Rename variable used for lp_keepalive iKeepalive
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Signed-off-by: Garming Sam <garming@catalyst.net.nz>
Reviewed-by: Jeremy Allison <jra@samba.org>
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 689622dd95..135322bde4 100644 --- a/source3/param/loadparm.c +++ b/source3/param/loadparm.c @@ -1023,7 +1023,7 @@ static void init_globals(bool reinit_globals) /* By default disallow guest access to usershares. */ Globals.usershare_allow_guests = false; - Globals.iKeepalive = DEFAULT_KEEPALIVE; + Globals.keepalive = DEFAULT_KEEPALIVE; /* By default no shares out of the registry */ Globals.registry_shares = false; |