summaryrefslogtreecommitdiff
path: root/source4/auth
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2006-03-20 21:18:06 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:58:56 -0500
commit0e4ee7814cf4577f361dacdb735a0b0ba36d3a57 (patch)
treee83180d48aa5c63800a3beec2b8e6e6b47fd4da0 /source4/auth
parentdbbf90d8a27b40f2be948f2ea8355a15252cf384 (diff)
downloadsamba-0e4ee7814cf4577f361dacdb735a0b0ba36d3a57.tar.gz
samba-0e4ee7814cf4577f361dacdb735a0b0ba36d3a57.tar.bz2
samba-0e4ee7814cf4577f361dacdb735a0b0ba36d3a57.zip
r14589: This morning, I think I can spell...
Andrew Bartlett (This used to be commit fd496d5baf392c8f57fb4192be54aa12639d08d0)
Diffstat (limited to 'source4/auth')
-rw-r--r--source4/auth/auth_util.c6
1 files changed, 3 insertions, 3 deletions
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;