fix copy pasto.

This commit is contained in:
Thordur Bjornsson 2015-05-12 13:28:18 +02:00
parent 603e353eab
commit 52e67ff4a1
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))