X-Git-Url: http://git.sameswireless.fr/l2tpns.git/blobdiff_plain/57aa5ef53d3515024f1af84bffa0ffe13482b3b7..bedc556e1e26e4eb6d2c2bf1b63c5e713b6a98cf:/l2tpns.c diff --git a/l2tpns.c b/l2tpns.c index 9e34768..6d6c08e 100644 --- a/l2tpns.c +++ b/l2tpns.c @@ -4,7 +4,7 @@ // Copyright (c) 2002 FireBrick (Andrews & Arnold Ltd / Watchfront Ltd) - GPL licenced // vim: sw=8 ts=8 -char const *cvs_id_l2tpns = "$Id: l2tpns.c,v 1.87 2005-03-10 06:16:05 bodea Exp $"; +char const *cvs_id_l2tpns = "$Id: l2tpns.c,v 1.88 2005-03-10 06:18:47 bodea Exp $"; #include #include @@ -1433,7 +1433,7 @@ static void filter_session(sessionidt s, int filter_in, int filter_out) } // start tidy shutdown of session -void sessionshutdown(sessionidt s, char *reason, int result, int code) +void sessionshutdown(sessionidt s, char *reason, int result, int error) { int walled_garden = session[s].walled_garden;