[CIFS] typo in earlier cifs_reconnect fix

Signed-off-by: Steve French <sfrench@us.ibm.com>
This commit is contained in:
Steve French 2007-09-15 02:35:51 +00:00
parent a8cd925f74
commit 638b250766

View file

@ -439,7 +439,6 @@ incomplete_rcv:
cFYI(1, ("less than four bytes received (%d bytes)",
length));
pdu_length -= length;
cifs_reconnect(server);
msleep(1);
goto incomplete_rcv;
}