Merge "Fix formatting in 4df4dfedf6beef891d05d4e80704f5f4a594a885."
This commit is contained in:
commit
b0d3027169
|
@ -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…
Reference in New Issue