respondd: fix indentation

This commit is contained in:
lemoer 2016-09-01 15:31:07 +02:00
parent db2821252e
commit 6dbe8df3ce
1 changed files with 1 additions and 1 deletions

View File

@ -436,7 +436,7 @@ static void accept_request(struct request_schedule *schedule, int sock,
// Timeout
if (input_bytes < 0 && errno == EWOULDBLOCK)
return;
return;
if (input_bytes < 0) {
perror("recvmsg failed");