Commit 638b2507 authored by Steve French's avatar Steve French

[CIFS] typo in earlier cifs_reconnect fix

Signed-off-by: default avatarSteve French <sfrench@us.ibm.com>
parent a8cd925f
......@@ -439,7 +439,6 @@ cifs_demultiplex_thread(struct TCP_Server_Info *server)
cFYI(1, ("less than four bytes received (%d bytes)",
length));
pdu_length -= length;
cifs_reconnect(server);
msleep(1);
goto incomplete_rcv;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment