[Olsr-cvs] olsrd-current/lib/secure/src olsrd_secure.c,1.19,1.20
Bernd Petrovitsch
(spam-protected)
Tue Nov 7 00:46:49 CET 2006
Update of /cvsroot/olsrd/olsrd-current/lib/secure/src
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv10626/lib/secure/src
Modified Files:
olsrd_secure.c
Log Message:
* and naother instance
Index: olsrd_secure.c
===================================================================
RCS file: /cvsroot/olsrd/olsrd-current/lib/secure/src/olsrd_secure.c,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** olsrd_secure.c 6 Nov 2006 23:40:41 -0000 1.19
--- olsrd_secure.c 6 Nov 2006 23:46:47 -0000 1.20
***************
*** 1206,1210 ****
{
/*Check if the entry is timed out*/
! if((TIMED_OUT(&tmp_list->valtime)) && (TIMED_OUT(&tmp_list->conftime)))
{
entry_to_delete = tmp_list;
--- 1206,1210 ----
{
/*Check if the entry is timed out*/
! if((TIMED_OUT(tmp_list->valtime)) && (TIMED_OUT(tmp_list->conftime)))
{
entry_to_delete = tmp_list;
More information about the Olsr-cvs
mailing list