Remove bad assertion
authorAlan T. DeKok <aland@freeradius.org>
Thu, 25 Jun 2009 18:57:00 +0000 (20:57 +0200)
committerAlan T. DeKok <aland@freeradius.org>
Thu, 25 Jun 2009 18:57:00 +0000 (20:57 +0200)
src/main/event.c

index 1554d22..86bd7cc 100644 (file)
@@ -594,7 +594,6 @@ static void debug_packet(REQUEST *request, RADIUS_PACKET *packet, int direction)
 
        if (!packet) return;
 
-       rad_assert(debug_flag != 0);
        rad_assert(request->radlog != NULL);
 
        if (direction == 0) {
@@ -3398,7 +3397,8 @@ static void event_poll_detail(void *ctx)
        when = now;
 
        /*
-        *      Backdoor API to get the delay until the next poll time.
+        *      Backdoor API to get the delay until the next poll
+        *      time.
         */
        delay = this->encode(this, NULL);
        tv_add(&when, delay);