mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=1424
This commit is contained in:
parent
e79ca4608f
commit
47ff94c7e1
|
@ -119,7 +119,7 @@ int NET_XFER::get_ip_addr( char *hostname, int &ip_addr ) {
|
|||
|
||||
#else
|
||||
|
||||
switch (h_errno()) {
|
||||
switch (h_errno) {
|
||||
case HOST_NOT_FOUND:
|
||||
sprintf(msg+n, "(authoritative answer not found)");
|
||||
break;
|
||||
|
|
Loading…
Reference in New Issue