diff --git a/net/respondd/src/respondd.c b/net/respondd/src/respondd.c index 9f46dd3..7f939d8 100644 --- a/net/respondd/src/respondd.c +++ b/net/respondd/src/respondd.c @@ -432,7 +432,7 @@ static bool accept_request(struct request_schedule *schedule, int sock, .msg_controllen = sizeof(control) }; - input_bytes = input_bytes = recvmsg(sock, &mh, 0); + input_bytes = recvmsg(sock, &mh, 0); // Timeout if (input_bytes < 0 && errno == EWOULDBLOCK)