]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Define names
authorAlan T. DeKok <aland@freeradius.org>
Sun, 18 Oct 2009 07:04:36 +0000 (09:04 +0200)
committerAlan T. DeKok <aland@freeradius.org>
Tue, 20 Oct 2009 22:05:46 +0000 (00:05 +0200)
src/main/modcall.c

index 457534c4f77c39c5181a048ef98907ddb08f3846..c19f0e271a1a97e96246a19371247986e9f02d93 100644 (file)
@@ -239,6 +239,11 @@ static const char * const comp2str[] = {
        "pre-proxy",
        "post-proxy",
        "post-auth"
+#ifdef WITH_COA
+       ,
+       "recv-coa",
+       "send-coa"
+#endif
 };
 
 #ifdef HAVE_PTHREAD_H