From: Alan T. DeKok Date: Fri, 26 Jan 2018 19:52:08 +0000 (-0500) Subject: update track, too X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=94cdb8dd3c0e963496e2597e227d4da2b97ed2c8;p=thirdparty%2Ffreeradius-server.git update track, too --- diff --git a/src/modules/proto_radius/track.c b/src/modules/proto_radius/track.c index d1de77436e7..911cc1847e6 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) { + *p_entry = entry; return FR_TRACKING_CONFLICTING; }