From: Brendan O'Dea Date: Wed, 9 Feb 2005 02:38:51 +0000 (+0000) Subject: use constant X-Git-Tag: 2.2.1-2fdn3.1~19^2^2~1^2~237 X-Git-Url: http://git.sameswireless.fr/l2tpns.git/commitdiff_plain/df834e98ff6928c632791916ba7e195306f390d7 use constant --- diff --git a/cluster.c b/cluster.c index cc4c961..1f02b28 100644 --- a/cluster.c +++ b/cluster.c @@ -1,6 +1,6 @@ // L2TPNS Clustering Stuff -char const *cvs_id_cluster = "$Id: cluster.c,v 1.29 2005-01-13 07:57:35 bodea Exp $"; +char const *cvs_id_cluster = "$Id: cluster.c,v 1.30 2005-02-09 02:38:51 bodea Exp $"; #include #include @@ -650,7 +650,7 @@ static void cluster_check_sessions(int highsession, int freesession_ptr, int hig config->cluster_undefined_sessions = 0; for (i = 1 ; i < MAXSESSION; ++i) { if (i > highsession) { - session[i].tunnel = 0; // Defined. + session[i].tunnel = T_FREE; // Defined. continue; } if (session[i].tunnel != T_UNDEF)