From: Alan T. DeKok Date: Thu, 22 Jun 2023 17:54:42 +0000 (-0400) Subject: remove old comment X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d0a8ceb3fc7920727ea0ac87d867936eb43fdc5c;p=thirdparty%2Ffreeradius-server.git remove old comment --- diff --git a/src/lib/io/master.h b/src/lib/io/master.h index 76e8f42d53b..43a83604ab6 100644 --- a/src/lib/io/master.h +++ b/src/lib/io/master.h @@ -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.