From: Alan T. DeKok Date: Fri, 11 Aug 2017 14:50:30 +0000 (+0200) Subject: remove old todo's X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=afb62e9ad13239fe8caeb05f210599e9a04b5969;p=thirdparty%2Ffreeradius-server.git remove old todo's --- diff --git a/src/modules/rlm_radius/rlm_radius_udp.c b/src/modules/rlm_radius/rlm_radius_udp.c index c1663f6e478..f3c2ff45e13 100644 --- a/src/modules/rlm_radius/rlm_radius_udp.c +++ b/src/modules/rlm_radius/rlm_radius_udp.c @@ -483,7 +483,6 @@ redo: rr = rr_track_find(c->id, c->buffer[1], NULL); if (!rr) { - // @todo - debug3, print the hex value of the packet we read DEBUG("%s Ignoring response to request we did not send", c->inst->parent->name); goto redo; } @@ -500,7 +499,6 @@ redo: if (fr_radius_verify(c->buffer, original, (uint8_t const *) c->inst->secret, strlen(c->inst->secret)) < 0) { - // @todo - debug3, print the hex value of the packet we read if (request) RDEBUG("%s Ignoring response with invalid signature", c->inst->parent->name); return; } @@ -535,8 +533,6 @@ redo: break; } - // @todo - debug3, print the hex value of the packet we read - /* * Track the Most Recently Started with reply */