[Olsr-cvs] olsrd-current/src/cfgparser olsrd_conf.c,1.39,1.40

spoggle (spam-protected)
Fri Jun 3 22:08:23 CEST 2005


Update of /cvsroot/olsrd/olsrd-current/src/cfgparser
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20027

Modified Files:
	olsrd_conf.c 
Log Message:
need to initialize the host emul flag to be certain


Index: olsrd_conf.c
===================================================================
RCS file: /cvsroot/olsrd/olsrd-current/src/cfgparser/olsrd_conf.c,v
retrieving revision 1.39
retrieving revision 1.40
diff -C2 -d -r1.39 -r1.40
*** olsrd_conf.c	30 May 2005 13:13:39 -0000	1.39
--- olsrd_conf.c	3 Jun 2005 20:08:20 -0000	1.40
***************
*** 161,164 ****
--- 161,165 ----
        in->configured = OLSR_FALSE;
        in->interf = NULL;
+       in->host_emul = OLSR_FALSE; //XXXDNC
        in = in->next;
      }




More information about the Olsr-cvs mailing list