From: Alan T. DeKok Date: Wed, 15 Feb 2017 15:41:08 +0000 (-0500) Subject: remove extra assert. Addresses #1904 X-Git-Tag: release_3_0_13~31 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=535e783c173616194f7d579c627f06acbf406a3f;p=thirdparty%2Ffreeradius-server.git remove extra assert. Addresses #1904 --- diff --git a/src/main/connection.c b/src/main/connection.c index 3f1945ecb7a..56e8f87e682 100644 --- a/src/main/connection.c +++ b/src/main/connection.c @@ -823,11 +823,6 @@ static void *fr_connection_get_internal(fr_connection_pool_t *pool, bool spawn) */ if (!spawn) return NULL; - /* - * We don't have a connection. Try to open a new one. - */ - rad_assert(pool->active == pool->num); - if (pool->num == pool->max) { bool complain = false;