Fix a typo, dating back from 1.145.

This commit is contained in:
Melvyn Sopacua 2004-03-14 11:42:17 +00:00
parent f4f1fe553a
commit 21ecfd57fd

View File

@ -385,7 +385,7 @@ static int php_set_inet6_addr(struct sockaddr_in6 *sin6, char *string, php_socke
#else
/* No IPv6 specific hostname resolution is available on this system? */
php_error_docref(NULL TSRMLS_CC, E_WARNING, "Host lookup failed: getaddrinfo() not available on system.");
reurn 0;
return 0;
#endif
}