Skip to content

Commit

Permalink
remove unused code
Browse files Browse the repository at this point in the history
should not have been commited with fix 713622c
  • Loading branch information
alandekok committed Jan 13, 2025
1 parent 25e06d0 commit 364b8d4
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/lib/io/master.c
Original file line number Diff line number Diff line change
Expand Up @@ -2568,15 +2568,6 @@ static ssize_t mod_write(fr_listen_t *li, void *packet_ctx, fr_time_t request_ti
MEM(client->ht = fr_hash_table_alloc(client, connection_hash, connection_cmp, NULL));

} else {
if (connection) {
connection->parent->radclient->active = true;
fr_assert(connection->parent->state == PR_CLIENT_PENDING);
connection->parent->state = PR_CLIENT_DYNAMIC;

connection->parent->radclient->secret = talloc_strdup(connection->parent->radclient,
radclient->secret);
}

/*
* The client has been allowed.
*/
Expand Down

0 comments on commit 364b8d4

Please sign in to comment.