Skip to content

Commit baed816

Browse files
author
Derick Rethans
committed
- MFH: Fixed bug #28523 (Typo in ext/sockets/sockets.c)
1 parent 47b6b1e commit baed816

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/sockets/sockets.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ static char *php_strerror(int error TSRMLS_DC)
350350
buf = hstrerror(error);
351351
#else
352352
{
353-
spprintf(&(SOCKETS_G(strerror_buf), "Host lookup error %d", error);
353+
spprintf(&(SOCKETS_G(strerror_buf)), "Host lookup error %d", error);
354354
buf = SOCKETS_G(strerror_buf);
355355
}
356356
#endif

0 commit comments

Comments
 (0)