]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
remove old todo's
authorAlan T. DeKok <aland@freeradius.org>
Fri, 11 Aug 2017 14:50:30 +0000 (16:50 +0200)
committerAlan T. DeKok <aland@freeradius.org>
Fri, 11 Aug 2017 14:50:30 +0000 (16:50 +0200)
src/modules/rlm_radius/rlm_radius_udp.c

index c1663f6e47878757e76709491752da2187a63e35..f3c2ff45e13fa5cab4712f161c8b276adad29b7f 100644 (file)
@@ -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
         */