mirror of
https://github.com/php/php-src.git
synced 2025-01-22 11:44:09 +08:00
- Fixed bug #28523 (Typo in ext/sockets/sockets.c)
This commit is contained in:
parent
c50a4252cd
commit
17df3ec21b
@ -322,7 +322,7 @@ static char *php_strerror(int error TSRMLS_DC)
|
||||
buf = hstrerror(error);
|
||||
#else
|
||||
{
|
||||
spprintf(&(SOCKETS_G(strerror_buf), "Host lookup error %d", error);
|
||||
spprintf(&(SOCKETS_G(strerror_buf)), "Host lookup error %d", error);
|
||||
buf = SOCKETS_G(strerror_buf);
|
||||
}
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user