bug fix from Ira Lee

svn:r71
This commit is contained in:
Niels Provos 2003-06-02 19:37:13 +00:00
parent 6809f060b2
commit 6551780aef

View File

@ -168,7 +168,7 @@ kq_insert(struct kqop *kqop, struct kevent *kev)
log_error("%s: malloc", __func__);
return (-1);
}
kqop->events = newchange;
kqop->events = newresult;
kqop->nevents = nevents;
}