[Olsr-cvs] olsrd-current/lib/httpinfo/src olsrd_httpinfo.c, 1.53, 1.54
Andreas T�nnesen
(spam-protected)
Thu Nov 10 20:28:04 CET 2005
Update of /cvsroot/olsrd/olsrd-current/lib/httpinfo/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29358/src
Modified Files:
olsrd_httpinfo.c
Log Message:
Removed warning
Index: olsrd_httpinfo.c
===================================================================
RCS file: /cvsroot/olsrd/olsrd-current/lib/httpinfo/src/olsrd_httpinfo.c,v
retrieving revision 1.53
retrieving revision 1.54
diff -C2 -d -r1.53 -r1.54
*** olsrd_httpinfo.c 29 May 2005 12:47:41 -0000 1.53
--- olsrd_httpinfo.c 10 Nov 2005 19:28:02 -0000 1.54
***************
*** 962,968 ****
(neigh->status == SYM) ? "YES" : "NO",
neigh->is_mpr ? "YES" : "NO",
! olsr_lookup_mprs_set ?
! (olsr_lookup_mprs_set(&neigh->neighbor_main_addr) ? "YES" : "NO")
! : "UNAVAILABLE",
neigh->willingness);
--- 962,966 ----
(neigh->status == SYM) ? "YES" : "NO",
neigh->is_mpr ? "YES" : "NO",
! olsr_lookup_mprs_set(&neigh->neighbor_main_addr) ? "YES" : "NO",
neigh->willingness);
More information about the Olsr-cvs
mailing list