1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-09 08:58:35 +03:00

Set the debuglevel after the call to lp_load() so the change sticks.

This commit is contained in:
Tim Potter -
parent 0839cf03a9
commit 3c927e39e7

View File

@ -393,10 +393,10 @@ static struct functable net_func[] = {
}
}
DEBUGLEVEL = debuglevel;
lp_load(servicesf,True,False,False);
DEBUGLEVEL = debuglevel;
argv_new = (const char **)poptGetArgs(pc);
argc_new = argc;