svn commit: samba r18429 - in branches/SAMBA_3_0/source/rpc_server: .

jerry at samba.org jerry at samba.org
Tue Sep 12 18:02:34 GMT 2006


Author: jerry
Date: 2006-09-12 18:02:33 +0000 (Tue, 12 Sep 2006)
New Revision: 18429

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

Log:
fix a regression renaming local group introduced by trying to handle renames to the same name
Modified:
   branches/SAMBA_3_0/source/rpc_server/srv_samr_nt.c


Changeset:
Modified: branches/SAMBA_3_0/source/rpc_server/srv_samr_nt.c
===================================================================
--- branches/SAMBA_3_0/source/rpc_server/srv_samr_nt.c	2006-09-12 16:33:24 UTC (rev 18428)
+++ branches/SAMBA_3_0/source/rpc_server/srv_samr_nt.c	2006-09-12 18:02:33 UTC (rev 18429)
@@ -4638,6 +4638,8 @@
 			if ( strequal( acct_name, info.acct_name ) )
 				return NT_STATUS_OK;
 
+			fstrcpy( info.acct_name, acct_name );
+
 			/* make sure the name doesn't already exist as a user 
 			   or local group */
 



More information about the samba-cvs mailing list