From b5fef3f9cc032124b8d2a24d2ecf2d6b15223c00 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Mon, 1 Feb 2010 17:30:30 +0100 Subject: [PATCH] s4:NBT-WINSREPLICATION: don't mark a local variable as static This was somehow introduced in commit 8773e743c518578584d07d35ffdafdd598af88b0. metze --- source4/torture/nbt/winsreplication.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source4/torture/nbt/winsreplication.c b/source4/torture/nbt/winsreplication.c index f363c9ee5c2..e7bd83e5694 100644 --- a/source4/torture/nbt/winsreplication.c +++ b/source4/torture/nbt/winsreplication.c @@ -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; -- 2.11.4.GIT