mirror of
https://github.com/php/php-src.git
synced 2024-12-13 11:54:45 +08:00
- Fix the fix
# Arghh, copy and paste error :(
This commit is contained in:
parent
70f4069138
commit
b60f6774dc
@ -1541,7 +1541,7 @@ PHP_FUNCTION(socket_connect)
|
||||
|
||||
case AF_UNIX:
|
||||
if (addr_len >= sizeof(s_un.sun_path)) {
|
||||
php_error_docref(NULL TSRMLS_CC, E_WARNING, "Path too long", php_sock->type);
|
||||
php_error_docref(NULL TSRMLS_CC, E_WARNING, "Path too long");
|
||||
RETURN_FALSE;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user