*** empty log message ***

svn path=/trunk/boinc/; revision=1424
This commit is contained in:
Eric Heien 2003-06-12 07:48:48 +00:00
parent e79ca4608f
commit 47ff94c7e1
1 changed files with 1 additions and 1 deletions

View File

@ -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;