From: Brendan O'Dea Date: Fri, 6 May 2005 23:31:50 +0000 (+0000) Subject: typo X-Git-Tag: 2.2.1-2fdn3.1~19^2^2~1^2~214 X-Git-Url: http://git.sameswireless.fr/l2tpns.git/commitdiff_plain/f9e4ccb5e99a52043e095ca990a268e07ac605aa typo --- diff --git a/l2tpns.c b/l2tpns.c index 309e5ed..eddc9a6 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.94 2005-05-06 06:35:37 bodea Exp $"; +char const *cvs_id_l2tpns = "$Id: l2tpns.c,v 1.95 2005-05-06 23:31:50 bodea Exp $"; #include #include @@ -2741,7 +2741,7 @@ static int regular_cleanups(void) && !sess_local[s].radius // RADIUS already in progress && time_now - sess_local[s].last_interim >= config->radius_interim) { - if (!radiusnew(s)) + if (!(r = radiusnew(s))) { LOG(1, s, session[s].tunnel, "No free RADIUS sessions for Interim message\n"); STAT(radius_overflow);