Skip to content

Commit 530f5a5

Browse files
committed
Reverted endianess change to route
1 parent 91a4ed7 commit 530f5a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/port/posix/tap_darwin.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ int tap_init(struct wolfIP_ll_dev *ll, const char *requested_ifname, uint32_t ho
173173
struct sockaddr_ctl sc;
174174
char ifname_buf[IFNAMSIZ];
175175
socklen_t optlen;
176-
uint32_t peer_ip = ee32(atoip4(WOLFIP_IP));
176+
uint32_t peer_ip = atoip4(WOLFIP_IP);
177177
(void)requested_ifname;
178178

179179
utun_fd = socket(PF_SYSTEM, SOCK_DGRAM, SYSPROTO_CONTROL);

0 commit comments

Comments
 (0)