diff options
author | Stefan Metzmacher <metze@samba.org> | 2006-03-13 14:35:45 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:57:11 -0500 |
commit | 0b18c8f863101cfe9722aafe12a161afc9aa3a48 (patch) | |
tree | d495d911972e0b2d36c635cf68713e066fe57115 /source4 | |
parent | 03bd05947bb700abc444be84b3da857a6a8d2c6d (diff) | |
download | samba-0b18c8f863101cfe9722aafe12a161afc9aa3a48.tar.gz samba-0b18c8f863101cfe9722aafe12a161afc9aa3a48.tar.bz2 samba-0b18c8f863101cfe9722aafe12a161afc9aa3a48.zip |
r14318: fix warnings
metze
(This used to be commit c99c057354f1815e8ef39f7a22a98c24f7807968)
Diffstat (limited to 'source4')
-rw-r--r-- | source4/torture/nbt/winsreplication.c | 3 |
1 files changed, 0 insertions, 3 deletions
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; |