change to unsigned char for CI

pull/1319/head
Jeff Becker 4 years ago
parent bc40453100
commit 184503dab1
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

@ -87,8 +87,8 @@ namespace llarp::net
/* Helper structure for ip address data and attributes */
typedef struct
{
char family;
char bitlen;
unsigned char family;
unsigned char bitlen;
unsigned char data[sizeof(struct in6_addr)];
} _inet_addr;

Loading…
Cancel
Save