1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-27 08:23:49 +03:00

r10812: Fix capitalisation (thanks tridge).

Andrew Bartlett
This commit is contained in:
Andrew Bartlett
2005-10-07 11:50:46 +00:00
committed by Gerald (Jerry) Carter
parent 7ec5084f63
commit f78982a0f1

View File

@@ -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");