CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2013/03/18 18:44:03
Modified files: usr.sbin/identd: identd.c Log message: dont need to event_add the parent to child writing events twice. especially if something stops you from having something to write after the first event_add but before the second one. thank you to Henri Kemppainen for the find.