From: Alan T. DeKok Date: Wed, 31 Jan 2018 11:36:56 +0000 (-0500) Subject: one more assert... X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db53698695e6b97dd89b81b2004ab4f5c071c8a4;p=thirdparty%2Ffreeradius-server.git one more assert... --- diff --git a/src/modules/proto_radius/track.c b/src/modules/proto_radius/track.c index 911cc1847e6..91d40869bfc 100644 --- a/src/modules/proto_radius/track.c +++ b/src/modules/proto_radius/track.c @@ -252,6 +252,7 @@ fr_tracking_status_t fr_radius_tracking_entry_insert(fr_tracking_entry_t **p_ent * to operate, and let the caller figure out what to do. */ if (entry->reply_len == 0) { + rad_assert(entry->reply == NULL); *p_entry = entry; return FR_TRACKING_CONFLICTING; }