diff options
Diffstat (limited to 'source3')
-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 20eec790dd..0bcb63984b 100644 --- a/source3/param/loadparm.c +++ b/source3/param/loadparm.c @@ -996,7 +996,7 @@ static void init_globals(void) string_set(parm_table[i].ptr, ""); string_set(&sDefault.szGuestaccount, GUEST_ACCOUNT); - string_set(&sDefault.szPrinterDriver, "NULL"); + string_set(&sDefault.szPrinterDriver, ""); string_set(&sDefault.fstype, FSTYPE_STRING); done_init = True; |