This commit is contained in:
Miguel de Icaza 1999-10-19 18:34:48 +00:00
parent fec68ab026
commit 098040d52b
1 changed files with 1 additions and 1 deletions

View File

@ -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;