Fix debuglevel command-line argument
authorJelmer Vernooij <jelmer@samba.org>
Wed, 25 Sep 2002 11:19:48 +0000 (11:19 +0000)
committerJelmer Vernooij <jelmer@samba.org>
Wed, 25 Sep 2002 11:19:48 +0000 (11:19 +0000)
source/torture/samtest.c

index 5503887e6280358600b5c24de346a15633df3964..2bbf01a6bed033ce6236c44c079e628079970129 100644 (file)
@@ -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);