Fix bug in '-d'
authorJelmer Vernooij <jelmer@samba.org>
Sat, 26 Oct 2002 14:49:30 +0000 (14:49 +0000)
committerJelmer Vernooij <jelmer@samba.org>
Sat, 26 Oct 2002 14:49:30 +0000 (14:49 +0000)
(This used to be commit 8c15db105addbafd822d96d29ff1692566b92267)

source3/lib/popt_common.c

index 1a63405b72bc37d27e09f54330bcade0cc02f96e..21ee94d2e6cb6eabb1c2a0be8fcbcbe70fe804b0 100644 (file)
@@ -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 }
 };