]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
libsmbconf: testsuite: use POPT_COMMON_SAMBA instead of POPT_COMMON_CONFIGFILE
authorMichael Adam <obnox@samba.org>
Tue, 8 Apr 2008 15:52:46 +0000 (17:52 +0200)
committerMichael Adam <obnox@samba.org>
Wed, 9 Apr 2008 23:28:58 +0000 (01:28 +0200)
so we can for instance set the debug level on the command line.

Michael

source/lib/smbconf/testsuite.c

index 224868d2b9c894626e884048456fff6b8b20ed4c..a0dca15b82477c4a1ce04137b25020c63fad9493 100644 (file)
@@ -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}
        };