]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
remove old comment
authorAlan T. DeKok <aland@freeradius.org>
Thu, 22 Jun 2023 17:54:42 +0000 (13:54 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Thu, 22 Jun 2023 18:09:22 +0000 (14:09 -0400)
src/lib/io/master.h

index 76e8f42d53be0a6a01d02820e117f7ebfdc3d112..43a83604ab6bd6ad442dfee5f1c0194dada07465 100644 (file)
@@ -50,13 +50,6 @@ typedef struct fr_io_track_s {
        bool                            do_not_respond; //!< don't respond
        bool                            finished;       //!< are we finished the request?
 
-       /*
-        *      We can't set the "process" function here, because a
-        *      second (conflicting) packet may arrive while we're
-        *      processing this one.  Instead, set the timestamp of
-        *      the packet which creates the dynamic client
-        *      definition.
-        */
        fr_time_t                       dynamic;        //!< timestamp for packet doing dynamic client definition
        fr_io_address_t const           *address;       //!< of this packet.. shared between multiple packets
        fr_io_client_t                  *client;        //!< client handling this packet.