summaryrefslogtreecommitdiff
path: root/source3/lib
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2003-03-25 10:37:58 +0000
committerJelmer Vernooij <jelmer@samba.org>2003-03-25 10:37:58 +0000
commit5ee88b189118e01fa7d92e4d3ee0b1f6f878ea7c (patch)
treec5251c9696625f268508c8e427653e35bcb74d9a /source3/lib
parentc0efc3536f9b4dcb9978b198d4b143267948da36 (diff)
downloadsamba-5ee88b189118e01fa7d92e4d3ee0b1f6f878ea7c.tar.gz
samba-5ee88b189118e01fa7d92e4d3ee0b1f6f878ea7c.tar.bz2
samba-5ee88b189118e01fa7d92e4d3ee0b1f6f878ea7c.zip
We need to 'preprocess' in popt_common_samba as well
(This used to be commit 37ee8aecf4ae570c3d08e9fa94724bc9c917108f)
Diffstat (limited to 'source3/lib')
-rw-r--r--source3/lib/popt_common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/popt_common.c b/source3/lib/popt_common.c
index edd54c13d5..6920ef4d5f 100644
--- a/source3/lib/popt_common.c
+++ b/source3/lib/popt_common.c
@@ -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" },