[Olsr-cvs] olsrd-current/lib/httpinfo/src olsrd_httpinfo.c, 1.65, 1.66
Bernd Petrovitsch
(spam-protected)
Wed May 9 19:37:11 CEST 2007
Update of /cvsroot/olsrd/olsrd-current/lib/httpinfo/src
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv9377/lib/httpinfo/src
Modified Files:
olsrd_httpinfo.c
Log Message:
* oops, fixed compile breakage
Index: olsrd_httpinfo.c
===================================================================
RCS file: /cvsroot/olsrd/olsrd-current/lib/httpinfo/src/olsrd_httpinfo.c,v
retrieving revision 1.65
retrieving revision 1.66
diff -C2 -d -r1.65 -r1.66
*** olsrd_httpinfo.c 9 May 2007 00:22:47 -0000 1.65
--- olsrd_httpinfo.c 9 May 2007 17:37:09 -0000 1.66
***************
*** 732,738 ****
#ifndef WIN32
resolve_ip_addresses ? gethostbyaddr(ipaddr, olsr_cnf->ipsize, olsr_cnf->ip_version) :
- #else
- NULL;
#endif
if (mask != NULL) {
if (olsr_cnf->ip_version == AF_INET) {
--- 732,737 ----
#ifndef WIN32
resolve_ip_addresses ? gethostbyaddr(ipaddr, olsr_cnf->ipsize, olsr_cnf->ip_version) :
#endif
+ NULL;
if (mask != NULL) {
if (olsr_cnf->ip_version == AF_INET) {
More information about the Olsr-cvs
mailing list