[Olsr-cvs] olsrd-current/src lq_route.c,1.62,1.63
Bernd Petrovitsch
(spam-protected)
Wed Dec 12 23:03:39 CET 2007
Update of /cvsroot/olsrd/olsrd-current/src
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv18647/src
Modified Files:
lq_route.c
Log Message:
* added a missing variable definition
Index: lq_route.c
===================================================================
RCS file: /cvsroot/olsrd/olsrd-current/src/lq_route.c,v
retrieving revision 1.62
retrieving revision 1.63
diff -C2 -d -r1.62 -r1.63
*** lq_route.c 12 Dec 2007 21:57:27 -0000 1.62
--- lq_route.c 12 Dec 2007 22:03:37 -0000 1.63
***************
*** 443,446 ****
--- 443,447 ----
*/
if (tc != tc_myself) {
+ struct ipaddr_str buf;
OLSR_PRINTF(1, "SPF: %s no next-hop\n", olsr_ip_to_string(&buf, &tc->addr));
}
More information about the Olsr-cvs
mailing list