Skip to content

Commit 47a1d97

Browse files
committed
Fix another type typo from rebase
For some reason clang didn't warn me about this locally...
1 parent acaa2ec commit 47a1d97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/sockets/sockaddr_conv.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ bool php_set_common_addr(struct sockaddr *sin, int family, zend_string *string,
6767

6868
#ifdef HAVE_IPV6
6969
/* Sets addr by hostname, or by ip in string form (AF_INET6) */
70-
bool php_set_inet6_addr(struct sockaddr_in6 *sin6, char *string, php_socket *php_sock) /* {{{ */
70+
bool php_set_inet6_addr(struct sockaddr_in6 *sin6, zend_string *string, php_socket *php_sock) /* {{{ */
7171
{
7272
char *scope = strchr(ZSTR_VAL(string), '%');
7373

0 commit comments

Comments
 (0)