summaryrefslogtreecommitdiff
path: root/source3/lib
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2002-10-26 14:49:30 +0000
committerJelmer Vernooij <jelmer@samba.org>2002-10-26 14:49:30 +0000
commitcca032f1cde42cdcb86c60165afe5b05eda7c470 (patch)
tree19256fae624e7ed226090e38b0d82bccd1a2c75f /source3/lib
parent991f6ddac6fb358098cb4a751144b31d2ec4d60f (diff)
downloadsamba-cca032f1cde42cdcb86c60165afe5b05eda7c470.tar.gz
samba-cca032f1cde42cdcb86c60165afe5b05eda7c470.tar.bz2
samba-cca032f1cde42cdcb86c60165afe5b05eda7c470.zip
Fix bug in '-d'
(This used to be commit 8c15db105addbafd822d96d29ff1692566b92267)
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 1a63405b72..21ee94d2e6 100644
--- a/source3/lib/popt_common.c
+++ b/source3/lib/popt_common.c
@@ -67,7 +67,7 @@ static void popt_common_callback(poptContext con,
struct poptOption popt_common_debug[] = {
{ NULL, 0, POPT_ARG_CALLBACK, popt_common_callback },
- { "debuglevel", 'd', POPT_ARG_STRING, dyn_CONFIGFILE, 'd', "Set debug level",
+ { "debuglevel", 'd', POPT_ARG_STRING, NULL, 'd', "Set debug level",
"DEBUGLEVEL" },
{ 0 }
};