mirror of
https://github.com/samba-team/samba.git
synced 2025-01-12 09:18:10 +03:00
r14589: This morning, I think I can spell...
Andrew Bartlett
This commit is contained in:
parent
33709dc5b3
commit
fd496d5baf
@ -116,7 +116,7 @@ NTSTATUS map_user_info(TALLOC_CTX *mem_ctx,
|
||||
return nt_status;
|
||||
}
|
||||
user_info_in = user_info_temp2;
|
||||
/* fall though */
|
||||
/* fall through */
|
||||
}
|
||||
case AUTH_PASSWORD_HASH:
|
||||
{
|
||||
@ -172,7 +172,7 @@ NTSTATUS map_user_info(TALLOC_CTX *mem_ctx,
|
||||
}
|
||||
|
||||
user_info_in = user_info_temp;
|
||||
/* fall though */
|
||||
/* fall through */
|
||||
}
|
||||
case AUTH_PASSWORD_RESPONSE:
|
||||
*user_info_encrypted = user_info_in;
|
||||
@ -208,7 +208,7 @@ NTSTATUS map_user_info(TALLOC_CTX *mem_ctx,
|
||||
*user_info_temp->password.hash.nt = nt;
|
||||
|
||||
user_info_in = user_info_temp;
|
||||
/* fall though */
|
||||
/* fall through */
|
||||
}
|
||||
case AUTH_PASSWORD_HASH:
|
||||
*user_info_encrypted = user_info_in;
|
||||
|
Loading…
Reference in New Issue
Block a user