Merge "Fix formatting in 4df4dfedf6beef891d05d4e80704f5f4a594a885."

This commit is contained in:
Elliott Hughes 2014-11-10 23:51:15 +00:00 committed by Gerrit Code Review
commit b0d3027169
1 changed files with 2 additions and 1 deletions

View File

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