]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
There is no coa list anymore
authorNick Porter <nick@portercomputing.co.uk>
Mon, 17 Jul 2023 15:35:31 +0000 (16:35 +0100)
committerNick Porter <nick@portercomputing.co.uk>
Mon, 17 Jul 2023 15:35:31 +0000 (16:35 +0100)
raddb/policy.d/debug

index 8b5ffaca64e3e1125d299048a3b536ee5e056918..20e1196241df110d560ca2a379c03db11e8f935c 100644 (file)
@@ -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
 }