r26539: Remove unnecessary statics.
[tprouty/samba.git] / source4 / torture / smbtorture.c
index 371ddc729771d9e884de7a8666c0bf6cb0cb98b7..3c8976d8d0c2048d5bbc0fdf42f17462b6a5a16e 100644 (file)
@@ -517,13 +517,13 @@ int main(int argc,char *argv[])
        const struct torture_ui_ops *ui_ops;
        char **argv_new;
        poptContext pc;
-       static const char *target = "other";
+       const char *target = "other";
        NTSTATUS status;
        int shell = false;
-       static const char *ui_ops_name = "simple";
+       const char *ui_ops_name = "simple";
        const char *basedir = NULL;
        const char *extra_module = NULL;
-       static int list_tests = 0;
+       int list_tests = 0;
        enum {OPT_LOADFILE=1000,OPT_UNCLIST,OPT_TIMELIMIT,OPT_DNS, OPT_LIST,
              OPT_DANGEROUS,OPT_SMB_PORTS,OPT_ASYNC,OPT_NUMPROGS};