svn commit: samba r6677 - in branches/SAMBA_4_0/source/libnet: .

tpot at samba.org tpot at samba.org
Mon May 9 02:31:59 GMT 2005


Author: tpot
Date: 2005-05-09 02:31:56 +0000 (Mon, 09 May 2005)
New Revision: 6677

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=6677

Log:
Unused variables.

Modified:
   branches/SAMBA_4_0/source/libnet/userman.c


Changeset:
Modified: branches/SAMBA_4_0/source/libnet/userman.c
===================================================================
--- branches/SAMBA_4_0/source/libnet/userman.c	2005-05-09 02:29:54 UTC (rev 6676)
+++ branches/SAMBA_4_0/source/libnet/userman.c	2005-05-09 02:31:56 UTC (rev 6677)
@@ -101,7 +101,6 @@
 {
 	struct composite_context *c;
 	struct useradd_state *s;
-	struct dom_sid *sid;
 	
 	c = talloc_zero(p, struct composite_context);
 	if (c == NULL) goto failure;
@@ -249,8 +248,6 @@
 static NTSTATUS userdel_open(struct composite_context *c,
 			     struct userdel_state *s)
 {
-	NTSTATUS status = NT_STATUS_UNSUCCESSFUL;
-	
 	c->status = dcerpc_ndr_request_recv(s->req);
 	NT_STATUS_NOT_OK_RETURN(c->status);
 	
@@ -273,8 +270,6 @@
 static NTSTATUS userdel_delete(struct composite_context *c,
 			       struct userdel_state *s)
 {
-	NTSTATUS status = NT_STATUS_UNSUCCESSFUL;
-	
 	c->status = dcerpc_ndr_request_recv(s->req);
 	NT_STATUS_NOT_OK_RETURN(c->status);
 	



More information about the samba-cvs mailing list