Fully initialize list[] global variable
This commit is contained in:
parent
a0f540b1f4
commit
db982e1740
|
@ -31,8 +31,8 @@
|
|||
#include "../config.h"
|
||||
|
||||
struct nlist list[] = {
|
||||
{"_ifnet"},
|
||||
{NULL}
|
||||
{"_ifnet", 0, 0, 0, 0},
|
||||
{NULL,0, 0, 0, 0}
|
||||
};
|
||||
|
||||
int
|
||||
|
|
Loading…
Reference in New Issue