Skip to content

Commit

Permalink
Handle label only used on TLS builds
Browse files Browse the repository at this point in the history
  • Loading branch information
ndptech committed Jan 3, 2025
1 parent 1e83bc5 commit c9315a5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/process.c
Original file line number Diff line number Diff line change
Expand Up @@ -5702,7 +5702,9 @@ static void event_new_fd(rad_listen_t *this)
/*
* All sockets: add the FD to the event handler.
*/
#ifdef WITH_TLS
insert_fd:
#endif
if (fr_event_fd_insert(el, 0, this->fd,
event_socket_handler, this)) {
this->status = RAD_LISTEN_STATUS_KNOWN;
Expand Down

0 comments on commit c9315a5

Please sign in to comment.