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

vlendec at samba.org vlendec at samba.org
Sat Nov 18 17:07:17 GMT 2006


Author: vlendec
Date: 2006-11-18 17:07:15 +0000 (Sat, 18 Nov 2006)
New Revision: 19776

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

Log:
Hmmm. I should have done one instead of three commits. Sorry :-)
Modified:
   branches/SAMBA_3_0/source/rpc_server/srv_svcctl_nt.c


Changeset:
Modified: branches/SAMBA_3_0/source/rpc_server/srv_svcctl_nt.c
===================================================================
--- branches/SAMBA_3_0/source/rpc_server/srv_svcctl_nt.c	2006-11-18 17:06:43 UTC (rev 19775)
+++ branches/SAMBA_3_0/source/rpc_server/srv_svcctl_nt.c	2006-11-18 17:07:15 UTC (rev 19776)
@@ -302,7 +302,7 @@
 		return WERR_BADFID;
 			
 	/* perform access checks.  Use the root token in order to ensure that we 
-	   retreive the security descriptor */
+	   retrieve the security descriptor */
 	
 	if ( !(sec_desc = svcctl_get_secdesc( p->mem_ctx, service, get_root_nt_token() )) )
 		return WERR_NOMEM;



More information about the samba-cvs mailing list