From e724bfae7a589a27055d8c9b4010b159b9907ad1 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Tue, 8 Apr 2008 17:52:46 +0200 Subject: libsmbconf: testsuite: use POPT_COMMON_SAMBA instead of POPT_COMMON_CONFIGFILE so we can for instance set the debug level on the command line. Michael (This used to be commit 94a19234620fc23db9c4aaf449e948342164d1d4) --- source3/lib/smbconf/testsuite.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/lib/smbconf/testsuite.c') diff --git a/source3/lib/smbconf/testsuite.c b/source3/lib/smbconf/testsuite.c index 224868d2b9..a0dca15b82 100644 --- a/source3/lib/smbconf/testsuite.c +++ b/source3/lib/smbconf/testsuite.c @@ -94,7 +94,7 @@ int main(int argc, const char **argv) TALLOC_CTX *mem_ctx = talloc_stackframe(); struct poptOption long_options[] = { - POPT_COMMON_CONFIGFILE + POPT_COMMON_SAMBA {0, 0, 0, 0} }; -- cgit