Loading fs_mgr/libsnapshot/snapuserd/dm-snapshot-merge/snapuserd_server.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -505,7 +505,7 @@ bool SnapuserdServer::WaitForSocket() { // We don't care if the ACK is received. code[0] = 'a'; if (TEMP_FAILURE_RETRY(send(fd, code, sizeof(code), MSG_NOSIGNAL) < 0)) { if (TEMP_FAILURE_RETRY(send(fd, code, sizeof(code), MSG_NOSIGNAL)) < 0) { PLOG(ERROR) << "Failed to send ACK to proxy"; return false; } Loading fs_mgr/libsnapshot/snapuserd/user-space-merge/snapuserd_server.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -637,7 +637,7 @@ bool UserSnapshotServer::WaitForSocket() { // We don't care if the ACK is received. code[0] = 'a'; if (TEMP_FAILURE_RETRY(send(fd, code, sizeof(code), MSG_NOSIGNAL) < 0)) { if (TEMP_FAILURE_RETRY(send(fd, code, sizeof(code), MSG_NOSIGNAL)) < 0) { PLOG(ERROR) << "Failed to send ACK to proxy"; return false; } Loading Loading
fs_mgr/libsnapshot/snapuserd/dm-snapshot-merge/snapuserd_server.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -505,7 +505,7 @@ bool SnapuserdServer::WaitForSocket() { // We don't care if the ACK is received. code[0] = 'a'; if (TEMP_FAILURE_RETRY(send(fd, code, sizeof(code), MSG_NOSIGNAL) < 0)) { if (TEMP_FAILURE_RETRY(send(fd, code, sizeof(code), MSG_NOSIGNAL)) < 0) { PLOG(ERROR) << "Failed to send ACK to proxy"; return false; } Loading
fs_mgr/libsnapshot/snapuserd/user-space-merge/snapuserd_server.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -637,7 +637,7 @@ bool UserSnapshotServer::WaitForSocket() { // We don't care if the ACK is received. code[0] = 'a'; if (TEMP_FAILURE_RETRY(send(fd, code, sizeof(code), MSG_NOSIGNAL) < 0)) { if (TEMP_FAILURE_RETRY(send(fd, code, sizeof(code), MSG_NOSIGNAL)) < 0) { PLOG(ERROR) << "Failed to send ACK to proxy"; return false; } Loading