Remove extra word

This commit is contained in:
Jack Garrard 2022-09-05 03:28:27 -07:00
parent 009755ceba
commit b163749c77
1 changed files with 1 additions and 1 deletions

View File

@ -281,7 +281,7 @@ if (index == 1) {
int result = nn::socket::Recv(fd, packetBuf + valread,
fullSize - valread, this->sock_flags);
this->socket_errno = nn::socket::GetLastErrno();revents
this->socket_errno = nn::socket::GetLastErrno();
if (result > 0) {
valread += result;