Skip to content

Commit c1ab1ea

Browse files
committed
Fix merge fix
1 parent 9122f27 commit c1ab1ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/kernel.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2932,7 +2932,7 @@ void parse_config_line(char *line){
29322932
if(strcasecmp(tok,"ether_addr") == 0){
29332933
// 3Com Ethernet address
29342934
extern unsigned char ether_addr[6];
2935-
extern char ether_iface[30];
2935+
extern char ether_iface[IFNAMSIZ];
29362936
tok = strtok(NULL," \t\r\n");
29372937
if (tok != NULL) {
29382938
if (strcasecmp(tok,"laa") == 0) {

0 commit comments

Comments
 (0)