LaKabane / libtuntap

The portable Tun/Tap devices configuration utility
193 stars 63 forks source link

Fix syntax error on line#186 of `tuntap-unix-freebsd.c` #1

Closed mmokhi closed 7 years ago

mmokhi commented 7 years ago

s4 is a t_tun_in_addr *, so using s4.s_addr should be s4->s_addr on line 186 of tuntap-unix-freebsd.c

tribouille commented 7 years ago

Thanks

mmokhi commented 7 years ago

Thanks ;)