Fully initialize list[] global variable

This commit is contained in:
Thomas Bernard 2012-05-01 11:36:15 +02:00
parent a0f540b1f4
commit db982e1740
1 changed files with 2 additions and 2 deletions

View File

@ -31,8 +31,8 @@
#include "../config.h"
struct nlist list[] = {
{"_ifnet"},
{NULL}
{"_ifnet", 0, 0, 0, 0},
{NULL,0, 0, 0, 0}
};
int