diff options
| author | Dmitry Kozlov <xeb@mail.ru> | 2010-11-21 17:31:00 +0300 |
|---|---|---|
| committer | Dmitry Kozlov <xeb@mail.ru> | 2010-11-21 17:31:00 +0300 |
| commit | a09fdabf7939819581c6b7797b180a18c4f477fa (patch) | |
| tree | 4cfaa02377ff7a660c53099c300de0890dff5d3f /accel-pptpd/radius | |
| parent | ddad202eca1c0a1d95321bd396df0dda01620a2b (diff) | |
| download | accel-ppp-a09fdabf7939819581c6b7797b180a18c4f477fa.tar.gz accel-ppp-a09fdabf7939819581c6b7797b180a18c4f477fa.zip | |
bug fixes
Diffstat (limited to 'accel-pptpd/radius')
| -rw-r--r-- | accel-pptpd/radius/req.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/accel-pptpd/radius/req.c b/accel-pptpd/radius/req.c index e9458391..27a661bc 100644 --- a/accel-pptpd/radius/req.c +++ b/accel-pptpd/radius/req.c @@ -221,7 +221,7 @@ static int rad_req_read(struct triton_md_handler_t *h) req_wakeup(req); - return 0; + return 1; } static void rad_req_timeout(struct triton_timer_t *t) { |
