[Olsr-cvs] olsrd-current/src net_olsr.c,1.33,1.34
Bernd Petrovitsch
(spam-protected)
Sat Nov 17 01:05:57 CET 2007
Update of /cvsroot/olsrd/olsrd-current/src
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv10295/src
Modified Files:
net_olsr.c
Log Message:
* patch by Hannes Gredler <(spam-protected)>: fixed a compile warning
Index: net_olsr.c
===================================================================
RCS file: /cvsroot/olsrd/olsrd-current/src/net_olsr.c,v
retrieving revision 1.33
retrieving revision 1.34
diff -C2 -d -r1.33 -r1.34
*** net_olsr.c 14 Nov 2007 11:01:03 -0000 1.33
--- net_olsr.c 17 Nov 2007 00:05:54 -0000 1.34
***************
*** 498,502 ****
--- 498,504 ----
olsr_netmask_to_prefix(const union olsr_ip_addr *adr)
{
+ #ifndef NODEBUG
struct ipaddr_str buf;
+ #endif
olsr_u16_t prefix = 0;
const olsr_u8_t * const a_end = adr->v6.s6_addr+olsr_cnf->ipsize;
More information about the Olsr-cvs
mailing list