]> rtime.felk.cvut.cz Git - can-eth-gw-linux.git/blobdiff - fs/cifs/connect.c
Do not send SMB2 signatures for SMB3 frames
[can-eth-gw-linux.git] / fs / cifs / connect.c
index 290c13442f75df67248ec99ddd1af42e63cba490..f3276239e0755b2e51c96ec0ae20d25797a4dfb0 100644 (file)
@@ -1085,7 +1085,7 @@ cifs_parse_smb_version(char *value, struct smb_vol *vol)
                vol->vals = &smb21_values;
                break;
        case Smb_30:
-               vol->ops = &smb21_operations; /* currently identical with 2.1 */
+               vol->ops = &smb30_operations;
                vol->vals = &smb30_values;
                break;
 #endif