s/HTTP_STATUS_RETRY/HTTP_STATE_RETRY

This commit is contained in:
Joris Vink 2014-09-19 11:16:56 +02:00
parent 73055662de
commit 0e11edefb5
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ request_db_wait(struct http_request *req)
*/
switch (state->sql.state) {
case KORE_PGSQL_STATE_WAIT:
return (HTTP_STATUS_RETRY);
return (HTTP_STATE_RETRY);
case KORE_PGSQL_STATE_COMPLETE:
req->fsm_state = REQ_STATE_DONE;
break;