From: Alan T. DeKok Date: Mon, 27 Nov 2017 20:50:01 +0000 (-0500) Subject: remember to remove it from the pending list... X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e1e33a4742ee5749a71a5a76bf18e32cfe416dc;p=thirdparty%2Ffreeradius-server.git remember to remove it from the pending list... --- diff --git a/src/modules/proto_radius/proto_radius_udp.c b/src/modules/proto_radius/proto_radius_udp.c index c7f5ffb5682..c24db907279 100644 --- a/src/modules/proto_radius/proto_radius_udp.c +++ b/src/modules/proto_radius/proto_radius_udp.c @@ -971,7 +971,12 @@ static ssize_t mod_write(void *instance, void *packet_ctx, inst->dynamic_clients.num_pending_packets--; } + /* + * Set up the lifetime for the newly defined + * client. + */ dynamic_client_timer(inst, newclient, inst->dynamic_clients.lifetime); + fr_dlist_remove(&client->pending); talloc_free(client); /*