mirror of
https://github.com/php/php-src.git
synced 2025-01-22 11:44:09 +08:00
Fix a typo, dating back from 1.145.
This commit is contained in:
parent
f4f1fe553a
commit
21ecfd57fd
@ -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
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user