From: Arran Cudbard-Bell Date: Mon, 28 Nov 2016 20:01:44 +0000 (-0500) Subject: Fix comment X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=afc7e672a8ffa8439f7a2dc0faed8b3535039adc;p=thirdparty%2Ffreeradius-server.git Fix comment --- diff --git a/src/lib/event.c b/src/lib/event.c index 703e25cbcab..d14b84b10a1 100644 --- a/src/lib/event.c +++ b/src/lib/event.c @@ -318,10 +318,6 @@ int fr_event_fd_insert(fr_event_list_t *el, int fd, /* * Get the existing fr_event_fd_t if it exists. - * - * We don't need to do anything special for kqueue if - * there are new callbacks, as the old filters get - * replaced with the new ones automatically. */ find.fd = fd; ef = rbtree_finddata(el->fds, &find);