summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorRafal Szczesniak <mimir@samba.org>2006-08-30 22:30:47 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:16:56 -0500
commitc51b106ce8b01cb8da4e790f73fb0875deee77d9 (patch)
tree3aa8a744225db5859a95e6d91c0841796525ad11 /source4
parentb5efc738dd45b52bb385e8be5e128c1fe6ecf913 (diff)
downloadsamba-c51b106ce8b01cb8da4e790f73fb0875deee77d9.tar.gz
samba-c51b106ce8b01cb8da4e790f73fb0875deee77d9.tar.bz2
samba-c51b106ce8b01cb8da4e790f73fb0875deee77d9.zip
r17940: Fix a warning spotted on the buildfarm.
rafal (This used to be commit b285a34ddd8bf570a060b8c9eb8aee1566317c27)
Diffstat (limited to 'source4')
-rw-r--r--source4/torture/libnet/libnet_domain.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/libnet/libnet_domain.c b/source4/torture/libnet/libnet_domain.c
index 11c99b7c92..252588fd8b 100644
--- a/source4/torture/libnet/libnet_domain.c
+++ b/source4/torture/libnet/libnet_domain.c
@@ -220,8 +220,8 @@ BOOL torture_domain_close_lsa(struct torture_context *torture)
status = libnet_DomainClose(ctx, mem_ctx, &r);
if (!NT_STATUS_IS_OK(status)) {
- goto done;
ret = False;
+ goto done;
}
done: