]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blobdiff - src/install+setup/setup/main.c
Vorbereitung am Installer/Setup um NIC-Namen umzubenennen.
[people/teissler/ipfire-2.x.git] / src / install+setup / setup / main.c
index 3bd5bf5b1245dc8a16802348143328c9bd1fea2e..3e272716dc1af998eee6ef89a46a83746879e65e 100644 (file)
@@ -21,7 +21,7 @@ char **ctr = NULL;
 
 int automode = 0;
 
-struct  nic  nics[20] = { { "" , "" , "" } };
+struct  nic  nics[20] = { { "" , "" , "" , "" } };
 struct knic knics[20] = { { "" , "" , "" , "" } };
 
 extern char *en_tr[];