1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-26 10:04:02 +03:00

r2135: BUG 1464: make sure that printing commands are initialized even if the 'printing' parameter is not explicitly set

(This used to be commit 8ae57a8e8d7334bc0feb2c8afb673bd5c53bffca)
This commit is contained in:
Gerald Carter 2004-08-31 18:34:52 +00:00 committed by Gerald (Jerry) Carter
parent 278f9467f2
commit 4c20275f51

View File

@ -1299,6 +1299,8 @@ static void init_globals(void)
string_set(&sDefault.fstype, FSTYPE_STRING);
init_printer_values(&sDefault);
done_init = True;
}
@ -3952,9 +3954,6 @@ BOOL lp_load(const char *pszFname, BOOL global_only, BOOL save_defaults,
}
init_iconv();
#if 0 /* JERRY */
init_printer_values(&sDefault);
#endif
return (bRetval);
}