projects
/
l2tpns.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Kill session if authentication was rejected
[l2tpns.git]
/
garden.c
diff --git
a/garden.c
b/garden.c
index
1fa11b3
..
bda354b
100644
(file)
--- a/
garden.c
+++ b/
garden.c
@@
-9,7
+9,7
@@
/* walled garden */
/* walled garden */
-char const *cvs_id = "$Id: garden.c,v 1.
19 2004/12/01 02:52:46
bodea Exp $";
+char const *cvs_id = "$Id: garden.c,v 1.
20 2004/12/16 08:49:53
bodea Exp $";
int plugin_api_version = PLUGIN_API_VERSION;
static struct pluginfuncs *p = 0;
int plugin_api_version = PLUGIN_API_VERSION;
static struct pluginfuncs *p = 0;
@@
-213,7
+213,7
@@
int garden_session(sessiont *s, int flag)
if (flag != F_CLEANUP)
{
/* OK, we're up! */
if (flag != F_CLEANUP)
{
/* OK, we're up! */
- u
16
r = p->radiusnew(p->get_id_by_session(s));
+ u
int16_t
r = p->radiusnew(p->get_id_by_session(s));
p->radiussend(r, RADIUSSTART);
}
}
p->radiussend(r, RADIUSSTART);
}
}