1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

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 94a1923462)
This commit is contained in:
Michael Adam 2008-04-08 17:52:46 +02:00
parent 869e011e0f
commit e724bfae7a

View 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}
};