]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
one more assert...
authorAlan T. DeKok <aland@freeradius.org>
Wed, 31 Jan 2018 11:36:56 +0000 (06:36 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Wed, 31 Jan 2018 11:37:07 +0000 (06:37 -0500)
src/modules/proto_radius/track.c

index 911cc1847e6f8b31856206f4ab2e55554d9c110a..91d40869bfcae6d9b0806aa3c528f3ce39955f84 100644 (file)
@@ -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;
        }