libcli/auth/ntlm_check.c - fix parameter indentation
authorMatthias Dieter Wallnöfer <mdw@samba.org>
Thu, 26 Aug 2010 18:08:15 +0000 (20:08 +0200)
committerMatthias Dieter Wallnöfer <mdw@samba.org>
Thu, 26 Aug 2010 19:06:07 +0000 (21:06 +0200)
libcli/auth/ntlm_check.c

index 9f968efbd0765cd2c1341c0d5dff01101d5b6979..5a430bd3945966221daf12639a110dde9f80254b 100644 (file)
@@ -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,