cifs: stop trying to use virtual circuits
[deliverable/linux.git] / fs / cifs / cifssmb.c
index a3d74fea16233ef9d4c32a0179b4b96cccb8fa2b..4baf35949b51a16a395a698f40b66dd312a14246 100644 (file)
@@ -463,7 +463,6 @@ decode_lanman_negprot_rsp(struct TCP_Server_Info *server, NEGOTIATE_RSP *pSMBr)
                               cifs_max_pending);
        set_credits(server, server->maxReq);
        server->maxBuf = le16_to_cpu(rsp->MaxBufSize);
-       server->max_vcs = le16_to_cpu(rsp->MaxNumberVcs);
        /* even though we do not use raw we might as well set this
        accurately, in case we ever find a need for it */
        if ((le16_to_cpu(rsp->RawMode) & RAW_ENABLE) == RAW_ENABLE) {
This page took 0.032341 seconds and 5 git commands to generate.