summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2002-09-25 11:19:48 +0000
committerJelmer Vernooij <jelmer@samba.org>2002-09-25 11:19:48 +0000
commit779aea57450db83fa7870e8a35db55d475682519 (patch)
tree45ca135d15351f3325884c3728139d7cf632b853
parentf0c095875758ef44ed2d25d3ed9d77e5e163b75f (diff)
downloadsamba-779aea57450db83fa7870e8a35db55d475682519.tar.gz
samba-779aea57450db83fa7870e8a35db55d475682519.tar.xz
samba-779aea57450db83fa7870e8a35db55d475682519.zip
Fix debuglevel command-line argument
-rw-r--r--source/torture/samtest.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/torture/samtest.c b/source/torture/samtest.c
index 5503887e628..2bbf01a6bed 100644
--- a/source/torture/samtest.c
+++ b/source/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);