Skip to content

Commit

Permalink
fix(osdep/openbsd_tap): use correct define for sized buffer
Browse files Browse the repository at this point in the history
Signed-off-by: Joseph Benden <joe@benden.us>
  • Loading branch information
jbenden committed Aug 19, 2021
1 parent bdd7903 commit e9043bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/osdep/openbsd_tap.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ struct tip_obsd
int to_fd;
int to_ioctls;
struct ifreq to_ifr;
char to_name[MAX_IFACE_NAME];
char to_name[IFNAMSIZ];
int to_destroy;
};

Expand Down

0 comments on commit e9043bb

Please sign in to comment.