- improve error message

This commit is contained in:
Jan Lehnardt 2004-03-14 17:53:28 +00:00
parent 37d713ea49
commit 4ed1b9a193

View File

@ -384,7 +384,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.");
php_error_docref(NULL TSRMLS_CC, E_WARNING, "Host lookup failed: getaddrinfo() not available on this system.");
return 0;
#endif