We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47b6b1e commit baed816Copy full SHA for baed816
ext/sockets/sockets.c
@@ -350,7 +350,7 @@ static char *php_strerror(int error TSRMLS_DC)
350
buf = hstrerror(error);
351
#else
352
{
353
- spprintf(&(SOCKETS_G(strerror_buf), "Host lookup error %d", error);
+ spprintf(&(SOCKETS_G(strerror_buf)), "Host lookup error %d", error);
354
buf = SOCKETS_G(strerror_buf);
355
}
356
#endif
0 commit comments