summaryrefslogtreecommitdiff
path: root/source3/lib/smbconf/testsuite.c
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2008-04-08 17:52:46 +0200
committerMichael Adam <obnox@samba.org>2008-04-10 01:28:58 +0200
commite724bfae7a589a27055d8c9b4010b159b9907ad1 (patch)
treea1f439ac45ece1c51685f5abbd2a2d4c7dffe9cf /source3/lib/smbconf/testsuite.c
parent869e011e0fb0691ce7a330d8d0814ca205322e5f (diff)
downloadsamba-e724bfae7a589a27055d8c9b4010b159b9907ad1.tar.gz
samba-e724bfae7a589a27055d8c9b4010b159b9907ad1.tar.bz2
samba-e724bfae7a589a27055d8c9b4010b159b9907ad1.zip
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)
Diffstat (limited to 'source3/lib/smbconf/testsuite.c')
-rw-r--r--source3/lib/smbconf/testsuite.c2
1 files changed, 1 insertions, 1 deletions
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}
};