From 7839f54f422362b81d4f0ee5487a34870295c16b Mon Sep 17 00:00:00 2001 From: "Alan T. DeKok" Date: Thu, 25 Jun 2009 20:57:00 +0200 Subject: [PATCH] Remove bad assertion --- src/main/event.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/event.c b/src/main/event.c index 1554d22..86bd7cc 100644 --- a/src/main/event.c +++ b/src/main/event.c @@ -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); -- 2.1.4