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

jra at samba.org jra at samba.org
Tue Jun 27 00:49:15 GMT 2006


Author: jra
Date: 2006-06-27 00:49:14 +0000 (Tue, 27 Jun 2006)
New Revision: 16544

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

Log:
Fix bug #3864 reported by jason at ncac.gwu.edu.
Jeremy.

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-06-27 00:42:33 UTC (rev 16543)
+++ branches/SAMBA_3_0/source/rpc_server/srv_samr_nt.c	2006-06-27 00:49:14 UTC (rev 16544)
@@ -1956,7 +1956,7 @@
 	
 	TALLOC_FREE(sampass);
 
-	return NT_STATUS_OK;
+	return nt_status;
 }
 
 /*******************************************************************



More information about the samba-cvs mailing list