From: Arran Cudbard-Bell Date: Thu, 9 Apr 2020 03:12:52 +0000 (-0500) Subject: return something X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=68cf714cfbb2b7b709a0f10a9c3433a23a896f89;p=thirdparty%2Ffreeradius-server.git return something --- diff --git a/src/modules/rlm_radius/track.c b/src/modules/rlm_radius/track.c index 0be1a6f8ffb..d59bec681e0 100644 --- a/src/modules/rlm_radius/track.c +++ b/src/modules/rlm_radius/track.c @@ -115,7 +115,7 @@ int radius_track_entry_reserve(radius_track_entry_t **te_out, { radius_track_entry_t *te; - if (!fr_cond_assert_msg(!*te_out, "Expected tracking entry to be NULL")) return; + if (!fr_cond_assert_msg(!*te_out, "Expected tracking entry to be NULL")) return -1; retry: te = fr_dlist_head(&tt->free_list);