Skip to content

Commit

Permalink
Don't free tracking for cached packets
Browse files Browse the repository at this point in the history
  • Loading branch information
ndptech committed Oct 26, 2023
1 parent 8f73381 commit b3e33d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/io/master.c
Original file line number Diff line number Diff line change
Expand Up @@ -1687,7 +1687,7 @@ static ssize_t mod_read(fr_listen_t *li, void **packet_ctx, fr_time_t *recv_time
DEBUG("Client %pV is still being dynamically defined. "
"Caching this packet until the client has been defined",
fr_box_ipaddr(client->src_ipaddr));
goto done;
return 0;
}

/*
Expand Down

0 comments on commit b3e33d9

Please sign in to comment.