forgot to return a value.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15859 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
0ef84dcefc
commit
c8ac4a209b
2
io.c
2
io.c
@ -6392,7 +6392,7 @@ retry_sendfile:
|
|||||||
if (copy_stream_wait_write(stp) == -1)
|
if (copy_stream_wait_write(stp) == -1)
|
||||||
return -1;
|
return -1;
|
||||||
if (RUBY_VM_INTERRUPTED(stp->th))
|
if (RUBY_VM_INTERRUPTED(stp->th))
|
||||||
return;
|
return -1;
|
||||||
goto retry_sendfile;
|
goto retry_sendfile;
|
||||||
}
|
}
|
||||||
stp->syserr = "sendfile";
|
stp->syserr = "sendfile";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user