1
0
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:
Andrew Bartlett 2006-03-20 21:18:06 +00:00 committed by Gerald (Jerry) Carter
parent 33709dc5b3
commit fd496d5baf

View File

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