From: Stefan Metzmacher Date: Mon, 1 Feb 2010 16:30:30 +0000 (+0100) Subject: s4:NBT-WINSREPLICATION: don't mark a local variable as static X-Git-Tag: tdb-1.2.1~50 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e3aeea29a4e730ccbe7367645703cdc9ee8e7a7e;p=thirdparty%2Fsamba.git s4:NBT-WINSREPLICATION: don't mark a local variable as static This was somehow introduced in commit 8773e743c518578584d07d35ffdafdd598af88b0. metze --- 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;