From: Alan T. DeKok Date: Sun, 31 Mar 2024 00:30:05 +0000 (-0400) Subject: can't call shutdown() from the bottom bio X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=67fd3c8a2d62f1d45161b9eb57b8037d0496ec5d;p=thirdparty%2Ffreeradius-server.git can't call shutdown() from the bottom bio --- diff --git a/src/lib/bio/fd_errno.h b/src/lib/bio/fd_errno.h index 7f2d9e0bdae..a9a42893ccb 100644 --- a/src/lib/bio/fd_errno.h +++ b/src/lib/bio/fd_errno.h @@ -24,6 +24,5 @@ default: /* * Some other error, it's fatal. */ - fr_bio_shutdown(&my->bio); break; }