From e994bbe0e602b455cc46555f3feccfbee70e685c Mon Sep 17 00:00:00 2001 From: Dmitry Kozlov Date: Mon, 6 Oct 2014 17:02:45 +0400 Subject: radius: fixed Accounting-On/Accounting-Off functionality --- accel-pppd/radius/req.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'accel-pppd/radius/req.c') diff --git a/accel-pppd/radius/req.c b/accel-pppd/radius/req.c index 0382e16..fb5183b 100644 --- a/accel-pppd/radius/req.c +++ b/accel-pppd/radius/req.c @@ -301,7 +301,7 @@ out_err: return -1; } -static int __rad_req_send(struct rad_req_t *req, int async) +int __rad_req_send(struct rad_req_t *req, int async) { if (async == -1) { req->try = conf_max_try - 1; -- cgit v1.2.3