summaryrefslogtreecommitdiff
path: root/accel-pppd/radius/req.c
diff options
context:
space:
mode:
authorDmitry Kozlov <xeb@mail.ru>2014-10-06 17:02:45 +0400
committerDmitry Kozlov <xeb@mail.ru>2014-10-06 17:02:45 +0400
commite994bbe0e602b455cc46555f3feccfbee70e685c (patch)
tree148704b0a898808cc00e81a895d1f8d77713cb22 /accel-pppd/radius/req.c
parent43a444fc65d917bf680831c0b942d682d933dc84 (diff)
downloadaccel-ppp-xebd-e994bbe0e602b455cc46555f3feccfbee70e685c.tar.gz
accel-ppp-xebd-e994bbe0e602b455cc46555f3feccfbee70e685c.zip
radius: fixed Accounting-On/Accounting-Off functionality
Diffstat (limited to 'accel-pppd/radius/req.c')
-rw-r--r--accel-pppd/radius/req.c2
1 files changed, 1 insertions, 1 deletions
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;