From 90570e46d075485cc843a1521d682aaa505891fc Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Fri, 7 Oct 2005 11:50:46 +0000 Subject: r10812: Fix capitalisation (thanks tridge). Andrew Bartlett (This used to be commit f78982a0f1079b07be6d7bfd9cc0f92c2cebcf1c) --- source4/auth/auth_util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4') diff --git a/source4/auth/auth_util.c b/source4/auth/auth_util.c index da5df9b368..70ef5345d7 100644 --- a/source4/auth/auth_util.c +++ b/source4/auth/auth_util.c @@ -454,7 +454,7 @@ NTSTATUS auth_system_server_info(TALLOC_CTX *mem_ctx, struct auth_serversupplied 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"); -- cgit