s4:NBT-WINSREPLICATION: don't mark a local variable as static
authorStefan Metzmacher <metze@samba.org>
Mon, 1 Feb 2010 16:30:30 +0000 (17:30 +0100)
committerStefan Metzmacher <metze@samba.org>
Tue, 2 Feb 2010 06:18:15 +0000 (07:18 +0100)
This was somehow introduced in commit 8773e743c518578584d07d35ffdafdd598af88b0.

metze

source4/torture/nbt/winsreplication.c

index f363c9ee5c23e02d26c3460df5c28aff64e6b503..e7bd83e56944f5ec8875c2d7199b808e1894b453 100644 (file)
@@ -1035,7 +1035,7 @@ static char *test_nbt_winsrepl_scope_string(TALLOC_CTX *mem_ctx, uint8_t count)
 static bool test_conflict_same_owner(struct torture_context *tctx, 
                                                                         struct test_wrepl_conflict_conn *ctx)
 {
-       static bool ret = true;
+       bool ret = true;
        struct wrepl_wins_name wins_name1;
        struct wrepl_wins_name wins_name2;
        struct wrepl_wins_name *wins_name_tmp;