diff options
author | Jeremy Katz <katzj@redhat.com> | 2003-07-07 20:40:57 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2003-07-07 20:40:57 +0000 |
commit | f879397d3c610caee34eb5b8301467cf7a406743 (patch) | |
tree | d9705cad1e91b170a68470c5032840286ce87a02 /loader2/net.c | |
parent | 449a6417dee0e50c91bdd35868f6045aa1981284 (diff) | |
download | anaconda-f879397d3c610caee34eb5b8301467cf7a406743.tar.gz anaconda-f879397d3c610caee34eb5b8301467cf7a406743.tar.xz anaconda-f879397d3c610caee34eb5b8301467cf7a406743.zip |
and actually merge the null terminate
Diffstat (limited to 'loader2/net.c')
-rw-r--r-- | loader2/net.c | 1 |
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) { |