diff options
-rw-r--r-- | fs/cifs/smb2pdu.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/cifs/smb2pdu.c b/fs/cifs/smb2pdu.c index 8f1672bb82d5..0ca7f6364754 100644 --- a/fs/cifs/smb2pdu.c +++ b/fs/cifs/smb2pdu.c | |||
@@ -431,8 +431,7 @@ SMB2_negotiate(const unsigned int xid, struct cifs_ses *ses) | |||
431 | if (rc) | 431 | if (rc) |
432 | goto neg_exit; | 432 | goto neg_exit; |
433 | if (blob_length) | 433 | if (blob_length) |
434 | rc = decode_neg_token_init(security_blob, blob_length, | 434 | rc = decode_negTokenInit(security_blob, blob_length, server); |
435 | &server->sec_type); | ||
436 | if (rc == 1) | 435 | if (rc == 1) |
437 | rc = 0; | 436 | rc = 0; |
438 | else if (rc == 0) { | 437 | else if (rc == 0) { |