summaryrefslogtreecommitdiff
path: root/source4/torture/rpc/rpc.c
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2006-04-02 12:02:01 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:59:44 -0500
commit1af925f394b1084779f5b1b5a10c2ec512d7e5be (patch)
tree9aca888549fe9011aaf3e364fa2c18a1e6708335 /source4/torture/rpc/rpc.c
parent508ba6026a0c958ac71762d36086742ec4825143 (diff)
downloadsamba-1af925f394b1084779f5b1b5a10c2ec512d7e5be.tar.gz
samba-1af925f394b1084779f5b1b5a10c2ec512d7e5be.tar.bz2
samba-1af925f394b1084779f5b1b5a10c2ec512d7e5be.zip
r14860: create libcli/security/security.h
metze (This used to be commit 9ec706238c173992dc938d537bdf1103bf519dbf)
Diffstat (limited to 'source4/torture/rpc/rpc.c')
-rw-r--r--source4/torture/rpc/rpc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/rpc/rpc.c b/source4/torture/rpc/rpc.c
index 35ec8c0f76..c22eb833a0 100644
--- a/source4/torture/rpc/rpc.c
+++ b/source4/torture/rpc/rpc.c
@@ -48,7 +48,7 @@ _PUBLIC_ NTSTATUS torture_rpc_connection(TALLOC_CTX *parent_ctx,
printf("Failed to connect to remote server: %s %s\n", binding, nt_errstr(status));
}
- return status;
+ return status;
}
/* open a rpc connection to a specific transport */