summaryrefslogtreecommitdiff
path: root/source4/libnet
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2005-06-16 06:56:48 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:18:15 -0500
commit51041427f2efc098c868238295c25315ab899d43 (patch)
tree4044d58e5a917e2a24f4e1b0b286b737c5d42087 /source4/libnet
parent757278118a51ffc63896107b280ee0f36719edd1 (diff)
downloadsamba-51041427f2efc098c868238295c25315ab899d43.tar.gz
samba-51041427f2efc098c868238295c25315ab899d43.tar.bz2
samba-51041427f2efc098c868238295c25315ab899d43.zip
r7630: Unused variable.
(This used to be commit 0c1f54461cea633dbacb9692925b8c971a34a831)
Diffstat (limited to 'source4/libnet')
-rw-r--r--source4/libnet/libnet_user.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/libnet/libnet_user.c b/source4/libnet/libnet_user.c
index 6df3fd555d..14d4a4feb4 100644
--- a/source4/libnet/libnet_user.c
+++ b/source4/libnet/libnet_user.c
@@ -30,7 +30,6 @@ NTSTATUS libnet_CreateUser(struct libnet_context *ctx, TALLOC_CTX *mem_ctx, stru
NTSTATUS status;
union libnet_rpc_connect cn;
union libnet_find_pdc fp;
- struct dcerpc_pipe *pipe;
struct libnet_rpc_domain_open dom_io;
struct libnet_rpc_useradd user_io;