Skip to content

Commit

Permalink
Switch to INT32
Browse files Browse the repository at this point in the history
  • Loading branch information
stefankiesz authored Dec 7, 2023
1 parent 9d91c02 commit 695285a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/source/Ice/Network.c
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ STATUS socketWrite(INT32 sockfd, const void* pBuffer, SIZE_T length)
BOOL isIpAddr(PCHAR hostname, UINT16 length)
{
BOOL status = TRUE;
INT16 ip_1, ip_2, ip_3, ip_4, ip_5, ip_6, ip_7, ip_8;
INT32 ip_1, ip_2, ip_3, ip_4, ip_5, ip_6, ip_7, ip_8;
if (hostname == NULL || length > MAX_ICE_CONFIG_URI_LEN) {
DLOGW("Provided NULL hostname");
status = FALSE;
Expand Down

0 comments on commit 695285a

Please sign in to comment.