Commit 680009d06caad07f0c049d8a3bd5374af75a6d1e

Removed incorrect and misleading comment.
sockets.c
(0 / 1)
  
8888 return(ERR_DNS);
8989 }
9090
91 /* of course, replace that 1 with the max number of con attempts */
9291 cause="no addresses";
9392 for (res = res0; res; res = res->ai_next) {
9493