diff options
author | Tim Potter <tpot@samba.org> | 2005-06-16 06:56:48 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:18:15 -0500 |
commit | 51041427f2efc098c868238295c25315ab899d43 (patch) | |
tree | 4044d58e5a917e2a24f4e1b0b286b737c5d42087 /source4/libnet | |
parent | 757278118a51ffc63896107b280ee0f36719edd1 (diff) | |
download | samba-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.c | 1 |
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; |