Fixed typo. This should help divorce CoA from normal packets.
authorAlan T. DeKok <aland@freeradius.org>
Tue, 13 Apr 2010 13:16:10 +0000 (15:16 +0200)
committerAlan T. DeKok <aland@freeradius.org>
Wed, 14 Apr 2010 08:52:47 +0000 (10:52 +0200)
The previous fix worked, but this one is the real source of the bug

src/main/event.c

index 7fec3b1..324bad1 100644 (file)
@@ -1290,7 +1290,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.