Fix typo for IP address buffer (#2532)

This commit is contained in:
Cengizhan Pasaoglu
2023-09-07 09:29:52 +03:00
committed by GitHub
parent 151dfae49c
commit af2f3c8759
5 changed files with 36 additions and 36 deletions

View File

@ -342,7 +342,7 @@ typedef union {
} bh_ip_addr_buffer_t;
typedef struct {
bh_ip_addr_buffer_t addr_bufer;
bh_ip_addr_buffer_t addr_buffer;
uint16 port;
bool is_ipv4;
} bh_sockaddr_t;