[Olsr-cvs] olsrd-current/src olsr.c,1.55,1.56

Bernd Petrovitsch (spam-protected)
Wed Aug 1 18:22:59 CEST 2007


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

Modified Files:
	olsr.c 
Log Message:
*use NULL instead of 0 for pointers

Index: olsr.c
===================================================================
RCS file: /cvsroot/olsrd/olsrd-current/src/olsr.c,v
retrieving revision 1.55
retrieving revision 1.56
diff -C2 -d -r1.55 -r1.56
*** olsr.c	5 Jul 2007 22:43:47 -0000	1.55
--- olsr.c	1 Aug 2007 16:22:57 -0000	1.56
***************
*** 264,268 ****
    /* Set avl tree comparator */
    if (olsr_cnf->ipsize == 4) {
!     avl_comp_default = 0;
    } else {
      avl_comp_default = avl_comp_ipv6;
--- 264,268 ----
    /* Set avl tree comparator */
    if (olsr_cnf->ipsize == 4) {
!     avl_comp_default = NULL;
    } else {
      avl_comp_default = avl_comp_ipv6;





More information about the Olsr-cvs mailing list