diff options
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 25b6cdf88b..a6a4c38964 100644 --- a/source3/param/loadparm.c +++ b/source3/param/loadparm.c @@ -795,7 +795,7 @@ static void init_globals(bool reinit_globals) string_set(&Globals.socket_options, DEFAULT_SOCKET_OPTIONS); - string_set(&Globals.szLogonDrive, ""); + string_set(&Globals.logon_drive, ""); /* %N is the NIS auto.home server if -DAUTOHOME is used, else same as %L */ string_set(&Globals.szLogonHome, "\\\\%N\\%U"); string_set(&Globals.szLogonPath, "\\\\%N\\%U\\profile"); |