From: Felipe Pena Date: Tue, 24 May 2011 00:10:00 +0000 (+0000) Subject: - Fix the fix X-Git-Tag: php-5.5.0alpha1~2051 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=52f40f07e6391577383a79e6e3f7943ab5858a24;p=php - Fix the fix # Arghh, copy and paste error :( --- diff --git a/ext/sockets/sockets.c b/ext/sockets/sockets.c index 1651ca9db4..2af92005b8 100644 --- a/ext/sockets/sockets.c +++ b/ext/sockets/sockets.c @@ -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; }