projects
/
l2tpns.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b108739
)
Use multiple radius sockets to allow more concurrent authentication requests
author
David Parrish
<david@dparrish.com>
Mon, 24 May 2004 04:13:06 +0000
(
04:13
+0000)
committer
David Parrish
<david@dparrish.com>
Mon, 24 May 2004 04:13:06 +0000
(
04:13
+0000)
garden.c
patch
|
blob
|
history
diff --git
a/garden.c
b/garden.c
index
e9eecb2
..
b8f6277
100644
(file)
--- a/
garden.c
+++ b/
garden.c
@@
-149,7
+149,7
@@
int garden_session(sessiont *s, int flag)
if (!s->die) {
/* OK, we're up! */
- u
8
r = p.radiusnew(p.get_id_by_session(s));
+ u
16
r = p.radiusnew(p.get_id_by_session(s));
p.radiussend(r, RADIUSSTART);
}
}