]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
remove old comment
authorAlan T. DeKok <aland@freeradius.org>
Wed, 28 Jun 2023 15:30:36 +0000 (11:30 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Fri, 30 Jun 2023 14:21:54 +0000 (10:21 -0400)
src/lib/util/socket.c

index 1fa9b94e156479b5d73b1cc89a3afb6a6049e109..768d90e47dc5adcdf0a2ed29a7655708a9f137c6 100644 (file)
@@ -445,10 +445,6 @@ int fr_socket_bind(int sockfd, char const *ifname, fr_ipaddr_t *src_ipaddr, uint
         *      FreeBSD jail issues.  We bind to 0.0.0.0, but the
         *      kernel instead binds us to a 1.2.3.4.  So once the
         *      socket is bound, ask it what it's IP address is.
-        *
-        *      @todo - Uh... we don't update src_ipaddr with the new
-        *      IP address.  This means that we don't tell the caller
-        *      what IP address we're bound to.  That seems wrong.
         */
        salen = sizeof(salocal);
        memset(&salocal, 0, salen);