svn commit: samba r10812 - in branches/SAMBA_4_0/source/auth: .

abartlet at samba.org abartlet at samba.org
Fri Oct 7 11:50:47 GMT 2005


Author: abartlet
Date: 2005-10-07 11:50:46 +0000 (Fri, 07 Oct 2005)
New Revision: 10812

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

Log:
Fix capitalisation (thanks tridge).

Andrew Bartlett

Modified:
   branches/SAMBA_4_0/source/auth/auth_util.c


Changeset:
Modified: branches/SAMBA_4_0/source/auth/auth_util.c
===================================================================
--- branches/SAMBA_4_0/source/auth/auth_util.c	2005-10-07 11:37:38 UTC (rev 10811)
+++ branches/SAMBA_4_0/source/auth/auth_util.c	2005-10-07 11:50:46 UTC (rev 10812)
@@ -454,7 +454,7 @@
 	data_blob_clear(&server_info->user_session_key);
 	data_blob_clear(&server_info->lm_session_key);
 
-	server_info->account_name = talloc_strdup(server_info, "sYSTEM");
+	server_info->account_name = talloc_strdup(server_info, "SYSTEM");
 	NT_STATUS_HAVE_NO_MEMORY(server_info->account_name);
 
 	server_info->domain_name = talloc_strdup(server_info, "NT AUTHORITY");



More information about the samba-cvs mailing list