respondd: fix missing return value in schedule_push_request

This commit is contained in:
lemoer 2016-08-13 01:41:38 +02:00
parent 1eddec6af4
commit ca29035eb0
1 changed files with 1 additions and 0 deletions

View File

@ -213,6 +213,7 @@ bool schedule_push_request(struct request_schedule *q, char* req,
}
q->length++;
return true;
}
// the returned task is already set as processed