1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

r15552: Fix segfault...

Guenther
(This used to be commit ff93fc7c1e)
This commit is contained in:
Günther Deschner 2006-05-12 23:05:01 +00:00 committed by Gerald (Jerry) Carter
parent 8c76903efb
commit f5e79ae825

View File

@ -213,6 +213,8 @@ static int smb_print(struct cli_state *, char *, FILE *);
in_client = True; /* Make sure that we tell lp_load we are */
load_case_tables();
if (!lp_load(dyn_CONFIGFILE, True, False, False, True))
{
fprintf(stderr, "ERROR: Can't load %s - run testparm to debug it\n", dyn_CONFIGFILE);