X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=blobdiff_plain;f=src%2Finstall%2Bsetup%2Finstall%2Fnic.c;h=0c5c3d545e3e6ce02e2d037fe330ad81cdc541cc;hp=73368e00a201ad300a32536f16856d1c10b6688e;hb=b4e381a8484404542ed6132b968ca11757e158b1;hpb=10bc6f06351b7417014e0b2a59788231e51ff201 diff --git a/src/install+setup/install/nic.c b/src/install+setup/install/nic.c index 73368e00a2..0c5c3d545e 100644 --- a/src/install+setup/install/nic.c +++ b/src/install+setup/install/nic.c @@ -7,8 +7,6 @@ * Contains stuff related to firing up the network card, including a crude * autodector. * - * $Id: nic.c,v 1.8.2.1 2004/04/14 22:05:40 gespinasse Exp $ - * */ #include "install.h" @@ -29,7 +27,6 @@ int networkmenu(struct keyvalue *ethernetkv) int rc; char driver[STRING_SIZE] = ""; char driveroptions[STRING_SIZE] = ""; - struct keyvalue *kv = initkeyvalues(); int result = 0; char commandstring[STRING_SIZE]; char address[STRING_SIZE], netmask[STRING_SIZE]; @@ -95,8 +92,6 @@ int networkmenu(struct keyvalue *ethernetkv) result = 1; EXIT: - freekeyvalues(kv); return result; } -