From cca032f1cde42cdcb86c60165afe5b05eda7c470 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sat, 26 Oct 2002 14:49:30 +0000 Subject: Fix bug in '-d' (This used to be commit 8c15db105addbafd822d96d29ff1692566b92267) --- source3/lib/popt_common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3') 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 } }; -- cgit