respondd: format

This commit is contained in:
lemoer 2016-09-10 03:08:57 +02:00
parent 7574c29b56
commit aa1649abbf
1 changed files with 1 additions and 1 deletions

View File

@ -468,7 +468,7 @@ static void accept_request(struct request_schedule *schedule, int sock,
strcpy(new_task->request, input);
memcpy(&new_task->client_addr, &addr, addrlen);
if(!schedule_push_request(schedule, new_task)) {
if (!schedule_push_request(schedule, new_task)) {
free(new_task);
}
}