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

tpot at samba.org tpot at samba.org
Tue May 17 06:59:29 GMT 2005


Author: tpot
Date: 2005-05-17 06:59:29 +0000 (Tue, 17 May 2005)
New Revision: 6848

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

Log:
Remove some dead/unused code.

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-17 06:39:19 UTC (rev 6847)
+++ branches/SAMBA_4_0/source/libnet/userman.c	2005-05-17 06:59:29 UTC (rev 6848)
@@ -246,9 +246,6 @@
 	s->stage = USERDEL_OPEN;
 	
 	return NT_STATUS_OK;
-failure:
-	talloc_free(c);
-	return status;
 }
 
 



More information about the samba-cvs mailing list