diff options
Diffstat (limited to 'fs/cifs/connect.c')
-rw-r--r-- | fs/cifs/connect.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/cifs/connect.c b/fs/cifs/connect.c index f58fef5878c..a83684d8eb5 100644 --- a/fs/cifs/connect.c +++ b/fs/cifs/connect.c @@ -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; } |