From: Arran Cudbard-Bell Date: Wed, 12 Oct 2011 14:24:28 +0000 (+0200) Subject: Assert should be false X-Git-Tag: release_3_0_0_beta0~594 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5feb2eedb4ce3d3db813bf003e55a47de90270ae;p=thirdparty%2Ffreeradius-server.git Assert should be false --- diff --git a/src/main/connection.c b/src/main/connection.c index 551e4d72882..d048b9acd88 100644 --- a/src/main/connection.c +++ b/src/main/connection.c @@ -185,7 +185,7 @@ static fr_connection_t *fr_connection_spawn(fr_connection_pool_t *fc, static void fr_connection_close(fr_connection_pool_t *fc, fr_connection_t *this) { - rad_assert(this->used == TRUE); + rad_assert(this->used == FALSE); fr_connection_unlink(fc, this); fc->delete(fc->ctx, this->connection);