From 73c20e06baffaecab5f926a265796476606468b7 Mon Sep 17 00:00:00 2001 From: "Alan T. DeKok" Date: Fri, 2 Apr 2021 08:52:05 -0400 Subject: [PATCH] mark up this listener as doing reverse CoA, too --- src/main/listen.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/listen.c b/src/main/listen.c index 027f70e5dd..9ebb2903a8 100644 --- a/src/main/listen.c +++ b/src/main/listen.c @@ -2963,6 +2963,8 @@ rad_listen_t *proxy_new_listener(TALLOC_CTX *ctx, home_server_t *home, uint16_t if (home->recv_coa) { RADCLIENT *client; + this->send_coa = true; + /* * Don't set this->send_coa, as we are * not sending CoA-Request packets to -- 2.47.2