[Olsr-cvs] olsrd-current/src lq_route.c, 1.53, 1.54 packet.c, 1.23, 1.24

Bernd Petrovitsch (spam-protected)
Sat Oct 20 14:59:10 CEST 2007


Update of /cvsroot/olsrd/olsrd-current/src
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv32510/src

Modified Files:
	lq_route.c packet.c 
Log Message:
* fixed compile bugs if DEBUG is enabled

Index: lq_route.c
===================================================================
RCS file: /cvsroot/olsrd/olsrd-current/src/lq_route.c,v
retrieving revision 1.53
retrieving revision 1.54
diff -C2 -d -r1.53 -r1.54
*** lq_route.c	16 Oct 2007 09:54:43 -0000	1.53
--- lq_route.c	20 Oct 2007 12:59:08 -0000	1.54
***************
*** 257,261 ****
                    olsr_ip_to_string(vert->next_hop ?
                                      &vert->next_hop->neighbor_iface_addr : NULL),
!                   new_vert->->hops);
  #endif
  
--- 257,261 ----
                    olsr_ip_to_string(vert->next_hop ?
                                      &vert->next_hop->neighbor_iface_addr : NULL),
!                   new_vert->hops);
  #endif
  

Index: packet.c
===================================================================
RCS file: /cvsroot/olsrd/olsrd-current/src/packet.c,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -d -r1.23 -r1.24
*** packet.c	2 Aug 2007 22:07:19 -0000	1.23
--- packet.c	20 Oct 2007 12:59:08 -0000	1.24
***************
*** 94,98 ****
  
  #ifdef DEBUG
!   OLSR_PRINTF(3, "\tBuilding HELLO on interface %d\n", outif->if_nr);
  #endif
  
--- 94,98 ----
  
  #ifdef DEBUG
!   OLSR_PRINTF(3, "\tBuilding HELLO on interface %d\n", outif->int_name);
  #endif
  





More information about the Olsr-cvs mailing list