mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 08:20:01 -04:00
line > 79 columns
This commit is contained in:
parent
9cd6d409b7
commit
d7f98c32d3
1 changed files with 3 additions and 2 deletions
|
|
@ -19,7 +19,7 @@
|
|||
* PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: getaddrinfo.c,v 1.33 2000/10/05 22:27:50 bwelling Exp $ */
|
||||
/* $Id: getaddrinfo.c,v 1.34 2000/12/06 00:35:44 tale Exp $ */
|
||||
|
||||
#include <config.h>
|
||||
|
||||
|
|
@ -352,7 +352,8 @@ lwres_getaddrinfo(const char *hostname, const char *servname,
|
|||
for (i = 0; i < FOUND_MAX; i++) {
|
||||
if (net_order[i] == NULL)
|
||||
break;
|
||||
err = (net_order[i])(hostname, flags, &ai_list, socktype, port);
|
||||
err = (net_order[i])(hostname, flags, &ai_list,
|
||||
socktype, port);
|
||||
if (err != 0)
|
||||
return (err);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue