[Olsr-cvs] olsrd-current/src lq_route.c,1.63,1.64
Bernd Petrovitsch
(spam-protected)
Thu Dec 13 00:38:54 CET 2007
Update of /cvsroot/olsrd/olsrd-current/src
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv25326/src
Modified Files:
lq_route.c
Log Message:
* fixed another compile error
Index: lq_route.c
===================================================================
RCS file: /cvsroot/olsrd/olsrd-current/src/lq_route.c,v
retrieving revision 1.63
retrieving revision 1.64
diff -C2 -d -r1.63 -r1.64
*** lq_route.c 12 Dec 2007 22:03:37 -0000 1.63
--- lq_route.c 12 Dec 2007 23:38:52 -0000 1.64
***************
*** 443,447 ****
--- 443,449 ----
*/
if (tc != tc_myself) {
+ #if !defined(NODEBUG)
struct ipaddr_str buf;
+ #endif
OLSR_PRINTF(1, "SPF: %s no next-hop\n", olsr_ip_to_string(&buf, &tc->addr));
}
More information about the Olsr-cvs
mailing list