summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2003-07-07 20:40:57 +0000
committerJeremy Katz <katzj@redhat.com>2003-07-07 20:40:57 +0000
commitf879397d3c610caee34eb5b8301467cf7a406743 (patch)
treed9705cad1e91b170a68470c5032840286ce87a02
parent449a6417dee0e50c91bdd35868f6045aa1981284 (diff)
downloadanaconda-f879397d3c610caee34eb5b8301467cf7a406743.tar.gz
anaconda-f879397d3c610caee34eb5b8301467cf7a406743.tar.xz
anaconda-f879397d3c610caee34eb5b8301467cf7a406743.zip
and actually merge the null terminate
-rw-r--r--loader2/net.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/loader2/net.c b/loader2/net.c
index 37bb940c3..9a2dd2c9f 100644
--- a/loader2/net.c
+++ b/loader2/net.c
@@ -742,6 +742,7 @@ int chooseNetworkInterface(struct knownDevices * kd,
return LOADER_NOOP;
devices[deviceNums] = NULL;
+ deviceNames[deviceNums] = NULL;
/* ASSERT: we should *ALWAYS* have a network device when we get here */
if (!deviceNums) {