Skip to content

Commit

Permalink
remove extraneous assert
Browse files Browse the repository at this point in the history
  • Loading branch information
alandekok committed Jul 16, 2024
1 parent 1dd1180 commit b9af38a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/listen.c
Original file line number Diff line number Diff line change
Expand Up @@ -3658,7 +3658,6 @@ rad_listen_t *proxy_new_listener(TALLOC_CTX *ctx, home_server_t *home, uint16_t
* Set non-blocking if it's configured.
*/
if (this->nonblock) {
fr_assert(0);
if (fr_nonblock(this->fd) < 0) {
ERROR("(TLS) Failed setting nonblocking for proxy socket '%s' - %s", buffer, fr_strerror());
goto error;
Expand Down

0 comments on commit b9af38a

Please sign in to comment.