summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2005-09-03 12:45:37 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:36:27 -0500
commit58a74c723d84403d8bc26646e4fc3ccd6c25d971 (patch)
treebc346712ac8c7fff061df1ac380578b7172df274
parent7f66d5ce255b07d5ae0c35a95340d2401c6409bb (diff)
downloadsamba-58a74c723d84403d8bc26646e4fc3ccd6c25d971.tar.gz
samba-58a74c723d84403d8bc26646e4fc3ccd6c25d971.tar.bz2
samba-58a74c723d84403d8bc26646e4fc3ccd6c25d971.zip
r9994: Unused variable.
(This used to be commit ce4902f8dea2b6f3568960278e08395ea3927146)
-rw-r--r--source4/libnet/userman.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/libnet/userman.c b/source4/libnet/userman.c
index 13d9b1330b..eacc1a2b42 100644
--- a/source4/libnet/userman.c
+++ b/source4/libnet/userman.c
@@ -783,7 +783,6 @@ NTSTATUS libnet_rpc_usermod_recv(struct composite_context *c, TALLOC_CTX *mem_ct
struct libnet_rpc_usermod *io)
{
NTSTATUS status;
- struct usermod_state *s;
status = composite_wait(c);