From 0e4ee7814cf4577f361dacdb735a0b0ba36d3a57 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Mon, 20 Mar 2006 21:18:06 +0000 Subject: r14589: This morning, I think I can spell... Andrew Bartlett (This used to be commit fd496d5baf392c8f57fb4192be54aa12639d08d0) --- source4/auth/auth_util.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'source4') diff --git a/source4/auth/auth_util.c b/source4/auth/auth_util.c index 84dc3b24f7..6dfc292d6d 100644 --- a/source4/auth/auth_util.c +++ b/source4/auth/auth_util.c @@ -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; -- cgit