Merge "Fix formatting in 4df4dfedf6beef891d05d4e80704f5f4a594a885."
This commit is contained in:
commit
b0d3027169
1 changed files with 2 additions and 1 deletions
|
|
@ -220,8 +220,9 @@ int SocketClient::sendDataLockedv(struct iovec *iov, int iovcnt) {
|
|||
|
||||
sigaction(SIGPIPE, &old_action, &new_action);
|
||||
|
||||
if ( e != 0 )
|
||||
if (e != 0) {
|
||||
errno = e;
|
||||
}
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue