mirror of https://github.com/MidnightCommander/mc
Typo fix
This commit is contained in:
parent
fec68ab026
commit
098040d52b
|
@ -1645,7 +1645,7 @@ linear_read (struct direntry *fe, void *buf, int len)
|
|||
|
||||
if (!n) {
|
||||
close (fe->data_sock);
|
||||
fe->data_sock = 1;
|
||||
fe->data_sock = -1;
|
||||
|
||||
if ((get_reply (qsock (fe->bucket), NULL, 0) != COMPLETE)) {
|
||||
my_errno = EIO;
|
||||
|
|
Loading…
Reference in New Issue