From: Michael Adam Date: Tue, 8 Apr 2008 15:52:46 +0000 (+0200) Subject: libsmbconf: testsuite: use POPT_COMMON_SAMBA instead of POPT_COMMON_CONFIGFILE X-Git-Tag: samba-3.3.0pre1~2801 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=94a19234620fc23db9c4aaf449e948342164d1d4;p=thirdparty%2Fsamba.git 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 --- diff --git a/source/lib/smbconf/testsuite.c b/source/lib/smbconf/testsuite.c index 224868d2b9c..a0dca15b824 100644 --- a/source/lib/smbconf/testsuite.c +++ b/source/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} };