[Olsr-cvs] olsrd-current/src/win32 kernel_routes.c,1.22,1.23

Bernd Petrovitsch (spam-protected)
Thu Sep 6 00:17:28 CEST 2007


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

Modified Files:
	kernel_routes.c 
Log Message:
* fixed mistyped field name

Index: kernel_routes.c
===================================================================
RCS file: /cvsroot/olsrd/olsrd-current/src/win32/kernel_routes.c,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -d -r1.22 -r1.23
*** kernel_routes.c	5 Sep 2007 16:17:36 -0000	1.22
--- kernel_routes.c	5 Sep 2007 22:17:26 -0000	1.23
***************
*** 119,123 ****
      ipc_route_send_rtentry(&rt->rt_dst.prefix, &rt->rt_best->rtp_nexthop.gateway,
          rt->rt_best->rtp_metric.hops, 1,
!         if_ifwithindex_name(rt->rt_best->rtp_nexthop.iif_name));
    }
  
--- 119,123 ----
      ipc_route_send_rtentry(&rt->rt_dst.prefix, &rt->rt_best->rtp_nexthop.gateway,
          rt->rt_best->rtp_metric.hops, 1,
!         if_ifwithindex_name(rt->rt_best->rtp_nexthop.iif_index));
    }
  





More information about the Olsr-cvs mailing list