Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:lafenghu
rxp
rxp-1.4.8.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File rxp-1.4.8.diff of Package rxp
Index: rxp-1.4.8/http.c =================================================================== --- rxp-1.4.8.orig/http.c +++ rxp-1.4.8/http.c @@ -197,7 +197,7 @@ FILE16 *http_open(const char *url, memset(&addr, 0, sizeof(addr)); addr.sin_family = AF_INET; /* If we were really enthusiastic, we would try all the host's addresses */ - memcpy(&addr.sin_addr, hostent->h_addr, hostent->h_length); + memcpy(&addr.sin_addr, hostent->h_addr_list[0], hostent->h_length); addr.sin_port = htons((unsigned short)server_port); /* Connect */
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor