[Olsr-cvs] olsrd-current/src/win32 ifnet.c,1.36,1.37
Bernd Petrovitsch
(spam-protected)
Tue May 1 23:50:43 CEST 2007
Update of /cvsroot/olsrd/olsrd-current/src/win32
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv23274/src/win32
Modified Files:
ifnet.c
Log Message:
fixed a warning
Index: ifnet.c
===================================================================
RCS file: /cvsroot/olsrd/olsrd-current/src/win32/ifnet.c,v
retrieving revision 1.36
retrieving revision 1.37
diff -C2 -d -r1.36 -r1.37
*** ifnet.c 25 Apr 2007 22:21:17 -0000 1.36
--- ifnet.c 1 May 2007 21:50:41 -0000 1.37
***************
*** 247,250 ****
--- 247,251 ----
HMODULE Lib;
struct MibIpInterfaceRow Row;
+ GETIPINTERFACEENTRY InterfaceEntry;
if (olsr_cnf->ip_version == AF_INET6)
***************
*** 313,318 ****
}
! GETIPINTERFACEENTRY InterfaceEntry =
! (GETIPINTERFACEENTRY)GetProcAddress(Lib, "GetIpInterfaceEntry");
if (InterfaceEntry == NULL)
--- 314,318 ----
}
! InterfaceEntry = (GETIPINTERFACEENTRY)GetProcAddress(Lib, "GetIpInterfaceEntry");
if (InterfaceEntry == NULL)
More information about the Olsr-cvs
mailing list