typo
This commit is contained in:
parent
b5b0b6f648
commit
10ac4633cd
1 changed files with 2 additions and 2 deletions
4
l2tpns.c
4
l2tpns.c
|
|
@ -4,7 +4,7 @@
|
||||||
// Copyright (c) 2002 FireBrick (Andrews & Arnold Ltd / Watchfront Ltd) - GPL licenced
|
// Copyright (c) 2002 FireBrick (Andrews & Arnold Ltd / Watchfront Ltd) - GPL licenced
|
||||||
// vim: sw=8 ts=8
|
// 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 <arpa/inet.h>
|
#include <arpa/inet.h>
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
|
|
@ -2741,7 +2741,7 @@ static int regular_cleanups(void)
|
||||||
&& !sess_local[s].radius // RADIUS already in progress
|
&& !sess_local[s].radius // RADIUS already in progress
|
||||||
&& time_now - sess_local[s].last_interim >= config->radius_interim)
|
&& 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");
|
LOG(1, s, session[s].tunnel, "No free RADIUS sessions for Interim message\n");
|
||||||
STAT(radius_overflow);
|
STAT(radius_overflow);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue