summaryrefslogtreecommitdiffstats
path: root/source3/param/loadparm.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/param/loadparm.c')
-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 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;