From: Alan T. DeKok Date: Mon, 26 May 2014 22:16:34 +0000 (-0400) Subject: fix compile error X-Git-Tag: release_3_0_4_rc1~96 X-Git-Url: http://www.project-moonshot.org/gitweb/?a=commitdiff_plain;h=cd5bc6b20ee50f3dc358aa56d2ac795dbbefc60e;p=freeradius.git fix compile error --- diff --git a/src/main/cb.c b/src/main/cb.c index 11759e0..eeef3c3 100644 --- a/src/main/cb.c +++ b/src/main/cb.c @@ -32,8 +32,6 @@ void cbtls_info(SSL const *s, int where, int ret) char const *str, *state; REQUEST *request = SSL_get_ex_data(s, FR_TLS_EX_INDEX_REQUEST); - rad_assert(request != NULL); - if ((where & ~SSL_ST_MASK) & SSL_ST_CONNECT) { str="TLS_connect"; } else if (((where & ~SSL_ST_MASK)) & SSL_ST_ACCEPT) {