From: Nick Porter Date: Mon, 17 Jul 2023 15:35:31 +0000 (+0100) Subject: There is no coa list anymore X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1135a9dd7bec5960ff44f64b8104d2943bf4fb6e;p=thirdparty%2Ffreeradius-server.git There is no coa list anymore --- diff --git a/raddb/policy.d/debug b/raddb/policy.d/debug index 8b5ffaca64e..20e1196241d 100644 --- a/raddb/policy.d/debug +++ b/raddb/policy.d/debug @@ -16,15 +16,6 @@ debug_request { } } -# -# Outputs the contents of the coa list in debugging (-X) mode -# -debug_coa { - if ("%(debug_attr:coa)" == '') { - noop - } -} - # # Outputs the contents of the reply list in debugging (-X) mode # @@ -49,7 +40,6 @@ debug_session_state { debug_all { debug_control debug_request - debug_coa debug_reply debug_session_state }