CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2017/07/03 19:09:42

Modified files:
        usr.sbin/identd: identd.c 

Log message:
consistently use the evtimer wrappers around the connection timeout.

this is instead of setting the timeout up with event_set and
event_add, but removing it with evtimer_del. this uses evtimer_set
and evtimer_add.

Reply via email to