From: Alan T. DeKok Date: Wed, 18 Apr 2018 13:31:25 +0000 (-0400) Subject: we may have multiple clients being defined... X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f44ede45bfe8524b4fbe40d7fdec3339fe8aa27;p=thirdparty%2Ffreeradius-server.git we may have multiple clients being defined... --- diff --git a/src/modules/proto_radius/io.c b/src/modules/proto_radius/io.c index c48d5322f89..3105dfd3fc4 100644 --- a/src/modules/proto_radius/io.c +++ b/src/modules/proto_radius/io.c @@ -190,7 +190,6 @@ static proto_radius_pending_packet_t *pending_packet_pop(proto_radius_t *inst) */ talloc_free(inst->pending_clients); inst->pending_clients = NULL; - rad_assert(inst->num_pending_packets == 0); return NULL; }