]> git.ipfire.org Git - thirdparty/freeradius-server.git/commit
No need to call fr_network_listen_delete here
authorNick Porter <nick@portercomputing.co.uk>
Mon, 21 Jul 2025 14:23:55 +0000 (15:23 +0100)
committerNick Porter <nick@portercomputing.co.uk>
Mon, 21 Jul 2025 14:26:21 +0000 (15:26 +0100)
commit2975ca3f0d2290d2be9c35893961b1e0653614e3
tree3280e93ef9a2725826f687ca0f7ecc43e31a6026
parente06a134a5d58eef64a55b2d8f3eb65074bc33a19
No need to call fr_network_listen_delete here

It only looks up the socket and calls fr_network_socket_dead, but the
socket likely has already been removed from the tree of sockets by the
socket talloc destructor - which is what is calling mod_close
src/lib/io/master.c