diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2002-09-25 11:19:48 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2002-09-25 11:19:48 +0000 |
commit | 8df2ac63f067e7d11959497a09ff4dd00e8087f7 (patch) | |
tree | 41c2806211a08732dd1aa97dee532fa6d8b067bd /source3/torture/samtest.c | |
parent | b9858339a4a726605e7639becb7baf9534720b7e (diff) | |
download | samba-8df2ac63f067e7d11959497a09ff4dd00e8087f7.tar.gz samba-8df2ac63f067e7d11959497a09ff4dd00e8087f7.tar.bz2 samba-8df2ac63f067e7d11959497a09ff4dd00e8087f7.zip |
Fix debuglevel command-line argument
(This used to be commit 779aea57450db83fa7870e8a35db55d475682519)
Diffstat (limited to 'source3/torture/samtest.c')
-rw-r--r-- | source3/torture/samtest.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/torture/samtest.c b/source3/torture/samtest.c index 5503887e62..2bbf01a6be 100644 --- a/source3/torture/samtest.c +++ b/source3/torture/samtest.c @@ -379,7 +379,6 @@ int main(int argc, char *argv[]) setlinebuf(stdout); DEBUGLEVEL = 1; - AllowDebugChange = False; pc = poptGetContext("samtest", argc, (const char **) argv, long_options, 0); |