diff options
author | Matthias Dieter Wallnöfer <mdw@samba.org> | 2010-08-26 20:08:15 +0200 |
---|---|---|
committer | Matthias Dieter Wallnöfer <mdw@samba.org> | 2010-08-26 21:06:07 +0200 |
commit | 1991c2a8ee71dc1d6841d619ef323131c71137fa (patch) | |
tree | 7ac1000de1d13ad9e9c65bac8818d867a9313de0 | |
parent | 53a32347034af180c8b767607eedd346134ab4cc (diff) | |
download | samba-1991c2a8ee71dc1d6841d619ef323131c71137fa.tar.gz samba-1991c2a8ee71dc1d6841d619ef323131c71137fa.tar.bz2 samba-1991c2a8ee71dc1d6841d619ef323131c71137fa.zip |
libcli/auth/ntlm_check.c - fix parameter indentation
-rw-r--r-- | libcli/auth/ntlm_check.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libcli/auth/ntlm_check.c b/libcli/auth/ntlm_check.c index 9f968efbd0..5a430bd394 100644 --- a/libcli/auth/ntlm_check.c +++ b/libcli/auth/ntlm_check.c @@ -218,7 +218,7 @@ static bool smb_sess_key_ntlmv2(TALLOC_CTX *mem_ctx, */ NTSTATUS hash_password_check(TALLOC_CTX *mem_ctx, - bool lanman_auth, + bool lanman_auth, const struct samr_Password *client_lanman, const struct samr_Password *client_nt, const char *username, @@ -281,8 +281,8 @@ NTSTATUS hash_password_check(TALLOC_CTX *mem_ctx, */ NTSTATUS ntlm_password_check(TALLOC_CTX *mem_ctx, - bool lanman_auth, - bool ntlm_auth, + bool lanman_auth, + bool ntlm_auth, uint32_t logon_parameters, const DATA_BLOB *challenge, const DATA_BLOB *lm_response, |