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 @@ incomplete_rcv: ...@@ -439,7 +439,6 @@ incomplete_rcv:
cFYI(1, ("less than four bytes received (%d bytes)", cFYI(1, ("less than four bytes received (%d bytes)",
length)); length));
pdu_length -= length; pdu_length -= length;
cifs_reconnect(server);
msleep(1); msleep(1);
goto incomplete_rcv; 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