remove extra assert. Addresses #1904
authorAlan T. DeKok <aland@freeradius.org>
Wed, 15 Feb 2017 15:41:08 +0000 (10:41 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Wed, 15 Feb 2017 15:41:08 +0000 (10:41 -0500)
src/main/connection.c

index 3f1945e..56e8f87 100644 (file)
@@ -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;