Merge pull request #50 from thorduri/janitor

fix copy pasto.
This commit is contained in:
Joris Vink 2015-05-13 09:58:10 +02:00
commit b648c108c2
1 changed files with 1 additions and 1 deletions

View File

@ -253,7 +253,7 @@ net_recv_flush(struct connection *c)
kore_debug("net_recv_flush(%p)", c);
if (c->rnb == NULL)
fatal("net_recv_flush(): nb->cb == NULL");
fatal("net_recv_flush(): c->rnb == NULL");
while (c->flags & CONN_READ_POSSIBLE) {
if (!c->read(c, &r))