Skip to content

Commit

Permalink
[CIFS] typo in earlier cifs_reconnect fix
Browse files Browse the repository at this point in the history
Signed-off-by: Steve French <sfrench@us.ibm.com>
  • Loading branch information
Steve French committed Sep 15, 2007
1 parent a8cd925 commit 638b250
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fs/cifs/connect.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 638b250

Please sign in to comment.