From: Alan T. DeKok Date: Sun, 18 Oct 2009 07:04:36 +0000 (+0200) Subject: Define names X-Git-Tag: release_2_1_8~92 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0d410463b1408fa4d57fd5ac9bf8eb415d9fd6d8;p=thirdparty%2Ffreeradius-server.git Define names --- diff --git a/src/main/modcall.c b/src/main/modcall.c index 457534c4f77..c19f0e271a1 100644 --- a/src/main/modcall.c +++ b/src/main/modcall.c @@ -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