diff options
Diffstat (limited to 'source3/param')
| -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 c56842d4e4..6b9f305b81 100644 --- a/source3/param/loadparm.c +++ b/source3/param/loadparm.c @@ -1021,7 +1021,7 @@ static void init_globals(bool reinit_globals) /* By default disallow sharing of directories not owned by the sharer. */ Globals.bUsershareOwnerOnly = true; /* By default disallow guest access to usershares. */ - Globals.bUsershareAllowGuests = false; + Globals.usershare_allow_guests = false; Globals.iKeepalive = DEFAULT_KEEPALIVE; |
