mirror of
https://github.com/samba-team/samba.git
synced 2025-03-01 04:58:35 +03:00
We need to 'preprocess' in popt_common_samba as well
(This used to be commit 37ee8aecf4ae570c3d08e9fa94724bc9c917108f)
This commit is contained in:
parent
c0efc3536f
commit
5ee88b1891
@ -123,7 +123,7 @@ struct poptOption popt_common_connection[] = {
|
||||
};
|
||||
|
||||
struct poptOption popt_common_samba[] = {
|
||||
{ NULL, 0, POPT_ARG_CALLBACK, popt_common_callback },
|
||||
{ NULL, 0, POPT_ARG_CALLBACK|POPT_CBFLAG_PRE, popt_common_callback },
|
||||
{ "debuglevel", 'd', POPT_ARG_STRING, NULL, 'd', "Set debug level", "DEBUGLEVEL" },
|
||||
{ "configfile", 's', POPT_ARG_STRING, NULL, 's', "Use alternative configuration file", "CONFIGFILE" },
|
||||
{ "log-basename", 'l', POPT_ARG_STRING, NULL, 'l', "Basename for log/debug files", "LOGFILEBASE" },
|
||||
|
Loading…
x
Reference in New Issue
Block a user