trailing space fix

This commit is contained in:
Joris Vink 2019-09-13 23:22:38 +02:00
parent 3207ce8526
commit 58a6b4e331
1 changed files with 1 additions and 1 deletions

View File

@ -726,7 +726,7 @@ pgsql_read_result(struct kore_pgsql *pgsql)
if (saved_errno != EAGAIN && saved_errno != EWOULDBLOCK)
continue;
pgsql->state = KORE_PGSQL_STATE_WAIT;
conn->evt.flags &= ~KORE_EVENT_READ;
conn->evt.flags &= ~KORE_EVENT_READ;
return;
}