]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
add missing methods
authorMatthew Newton <matthew-git@newtoncomputing.co.uk>
Fri, 28 May 2021 13:54:10 +0000 (14:54 +0100)
committerAlan T. DeKok <aland@freeradius.org>
Mon, 31 May 2021 12:27:02 +0000 (08:27 -0400)
src/main/command.c

index b635721735e464e81e65eb134811dc3ff0826f53..6d02e98075e1d2730bce79aaf96d5a9c09ac8011 100644 (file)
@@ -1009,6 +1009,11 @@ static char const *method_names[MOD_COUNT] = {
        "pre-proxy",
        "post-proxy",
        "post-auth"
+#ifdef WITH_COA
+       ,
+       "recv-coa",
+       "send-coa"
+#endif
 };