From: Alan T. DeKok Date: Mon, 13 Feb 2023 13:29:13 +0000 (-0500) Subject: Revert "all TCP sockets are non-blocking" X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eee2808d1e6fc2d4bb06c57bf1dd524b46b8ed50;p=thirdparty%2Ffreeradius-server.git Revert "all TCP sockets are non-blocking" This reverts commit 3a6dbf3002085d257832d10367b1174cbcdf213c. until we find out why this breaks radmin --- diff --git a/src/lib/io/master.c b/src/lib/io/master.c index 766d07cf852..6dbd5685e3f 100644 --- a/src/lib/io/master.c +++ b/src/lib/io/master.c @@ -1246,11 +1246,6 @@ redo: return 0; } - /* - * All sockets are non-blocking. - */ - (void) fr_nonblock(accept_fd); - #ifdef STATIC_ANALYZER saremote.ss_family = AF_INET; /* static analyzer doesn't know that accept() initializes this */ #endif