From 0b18c8f863101cfe9722aafe12a161afc9aa3a48 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Mon, 13 Mar 2006 14:35:45 +0000 Subject: r14318: fix warnings metze (This used to be commit c99c057354f1815e8ef39f7a22a98c24f7807968) --- source4/torture/nbt/winsreplication.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'source4/torture') diff --git a/source4/torture/nbt/winsreplication.c b/source4/torture/nbt/winsreplication.c index 25056f7b9c..d7011cb8c9 100644 --- a/source4/torture/nbt/winsreplication.c +++ b/source4/torture/nbt/winsreplication.c @@ -9648,7 +9648,6 @@ BOOL torture_nbt_winsreplication_simple(void) ret &= test_wins_replication(mem_ctx, address); -done: talloc_free(mem_ctx); return ret; @@ -9683,7 +9682,6 @@ BOOL torture_nbt_winsreplication_replica(void) ret &= test_conflict_same_owner(ctx); ret &= test_conflict_different_owner(ctx); -done: talloc_free(mem_ctx); return ret; @@ -9718,7 +9716,6 @@ BOOL torture_nbt_winsreplication_owned(void) ret &= test_conflict_owned_released_vs_replica(ctx); ret &= test_conflict_owned_active_vs_replica(ctx); -done: talloc_free(mem_ctx); return ret; -- cgit