From 606139c594ffa554678e52459b25be935e0eb7a3 Mon Sep 17 00:00:00 2001 From: "Alan T. DeKok" Date: Tue, 13 Apr 2010 15:16:10 +0200 Subject: [PATCH] Fixed typo. This should help divorce CoA from normal packets. The previous fix worked, but this one is the real source of the bug --- src/main/event.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/event.c b/src/main/event.c index 0a0f9a7..bad205a 100644 --- a/src/main/event.c +++ b/src/main/event.c @@ -1295,7 +1295,7 @@ static void wait_a_bit(void *ctx) request->child_pid = NO_SUCH_CHILD_PID; #endif -#ifdef WTH_COA +#ifdef WITH_COA /* * This is a CoA request. It's been divorced * from everything else, so we clean it up now. -- 2.1.4