CVSROOT: /cvs Module name: src Changes by: r...@cvs.openbsd.org 2009/06/02 06:24:16
Modified files: usr.sbin/relayd: hce.c pfe.c relay.c relayd.c Log message: remove extra imsg_event_add() after EV_WRITE checks - this is not required because it is called later and there is no return before. ok gilles@