CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2015/10/28 14:25:46
Modified files: usr.sbin/rebound: rebound.c Log message: bug in the request tree code: requests were being added to the tree before the socket (the key) was being set. move the enqueue code later, and fix freerequest to only dequeue if socket is set.