]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
comments
authorAlan T. DeKok <aland@freeradius.org>
Fri, 11 Nov 2016 19:04:20 +0000 (14:04 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Fri, 11 Nov 2016 19:04:20 +0000 (14:04 -0500)
src/util/channel.c

index 57398254a94690ba8a043ae84043265587dcf106..321d042e598e115c96f5f8b0b1388041edfeba30 100644 (file)
@@ -462,5 +462,9 @@ int fr_channel_service_kevent(int kq, struct kevent *kev, fr_time_t when)
 
        rad_assert(ack < end->sequence);
 
+       /*
+        *      The worker hasn't seen our last few packets.  Signal
+        *      that there is data ready.
+        */
        return fr_channel_data_ready(ch, when, end, FROM_WORKER);
 }