From: Alan T. DeKok Date: Wed, 28 Jun 2023 15:30:36 +0000 (-0400) Subject: remove old comment X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c70959bd5d2736283727bc235d9be57068aae07c;p=thirdparty%2Ffreeradius-server.git remove old comment --- diff --git a/src/lib/util/socket.c b/src/lib/util/socket.c index 1fa9b94e156..768d90e47dc 100644 --- a/src/lib/util/socket.c +++ b/src/lib/util/socket.c @@ -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);