diff options
author | Steve French <sfrench@us.ibm.com> | 2009-04-30 17:31:15 -0400 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2009-04-30 17:31:15 -0400 |
commit | 9e39b0ae8af46c83b85dae7ff5251911a80fce5a (patch) | |
tree | 3e6efa6cb324e77e82a930cb8afba768e78d574f /fs/cifs/connect.c | |
parent | d185cda7712fd1d9e349174639d76eadc66679be (diff) |
[CIFS] Remove unneeded QuerySymlink call and fix mapping for unmapped status
Signed-off-by: Steve French <sfrench@us.ibm.com>
Diffstat (limited to 'fs/cifs/connect.c')
-rw-r--r-- | fs/cifs/connect.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/cifs/connect.c b/fs/cifs/connect.c index 39f5362e2cb5..9d2ebab53db7 100644 --- a/fs/cifs/connect.c +++ b/fs/cifs/connect.c | |||
@@ -3509,8 +3509,6 @@ int cifs_setup_session(unsigned int xid, struct cifsSesInfo *pSesInfo, | |||
3509 | struct nls_table *nls_info) | 3509 | struct nls_table *nls_info) |
3510 | { | 3510 | { |
3511 | int rc = 0; | 3511 | int rc = 0; |
3512 | char ntlm_session_key[CIFS_SESS_KEY_SIZE]; | ||
3513 | bool ntlmv2_flag = false; | ||
3514 | int first_time = 0; | 3512 | int first_time = 0; |
3515 | struct TCP_Server_Info *server = pSesInfo->server; | 3513 | struct TCP_Server_Info *server = pSesInfo->server; |
3516 | 3514 | ||