summaryrefslogtreecommitdiff
path: root/accel-pppd/radius/req.c
diff options
context:
space:
mode:
Diffstat (limited to 'accel-pppd/radius/req.c')
-rw-r--r--accel-pppd/radius/req.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/accel-pppd/radius/req.c b/accel-pppd/radius/req.c
index 172fb1c9..94754a26 100644
--- a/accel-pppd/radius/req.c
+++ b/accel-pppd/radius/req.c
@@ -398,7 +398,8 @@ int rad_req_read(struct triton_md_handler_t *h)
req->reply = pack;
- rad_server_req_exit(req);
+ if (req->active)
+ rad_server_req_exit(req);
if (req->log) {
req->log("recv ");