From cd882fc78dfc228d845d2c13ed5afa3fb2d67073 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Fri, 22 Jul 2005 04:18:16 +0000 Subject: r8701: Fix up auth_developer for recent changes. Andrew Bartlett (This used to be commit 1bc5a1190765571719dd0aaacef1413bba812617) --- source4/auth/auth_developer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/auth') diff --git a/source4/auth/auth_developer.c b/source4/auth/auth_developer.c index fe0eb12cde..57bda22910 100644 --- a/source4/auth/auth_developer.c +++ b/source4/auth/auth_developer.c @@ -48,7 +48,7 @@ static NTSTATUS name_to_ntstatus_check_password(struct auth_method_context *ctx, struct auth_serversupplied_info *server_info; fstring user; uint32_t error_num; - fstrcpy(user, user_info->account_name); + fstrcpy(user, user_info->client.account_name); if (strncasecmp("NT_STATUS", user, strlen("NT_STATUS")) == 0) { nt_status = nt_status_string_to_code(user); -- cgit