From: Felipe Pena Date: Tue, 24 May 2011 00:10:00 +0000 (+0000) Subject: - Fix the fix X-Git-Tag: php-5.3.7RC1~86 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ee920e12ec0b96f67050774d3495b4e1f2a635e6;p=php - Fix the fix # Arghh, copy and paste error :( --- diff --git a/ext/sockets/sockets.c b/ext/sockets/sockets.c index 048afe1c5f..994b83a056 100644 --- a/ext/sockets/sockets.c +++ b/ext/sockets/sockets.c @@ -1337,7 +1337,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; }