summaryrefslogtreecommitdiffstats
path: root/loader/loader.c
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2000-01-13 18:08:22 +0000
committerMatt Wilson <msw@redhat.com>2000-01-13 18:08:22 +0000
commite5ee9e326e8bb91ced4509dc8a4f17d4e94fa861 (patch)
tree5f075751a71d55a7ce1f1875d88f13fea40788d1 /loader/loader.c
parent0d103c4c51791893739e9c8c5991daf111922ecb (diff)
mount unix98 pty on alpha, fixed http/ftp crash - extra newtPopWindow()
Diffstat (limited to 'loader/loader.c')
-rw-r--r--loader/loader.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/loader/loader.c b/loader/loader.c
index d29f1d1da..c73b181ae 100644
--- a/loader/loader.c
+++ b/loader/loader.c
@@ -963,7 +963,6 @@ static char * mountUrlImage(struct installMethod * method,
fd = urlinstStartTransfer(&ui, "base/stage2.img");
if (fd < 0) {
- newtPopWindow();
newtWinMessage(_("FTP"), _("OK"),
_("Unable to retrieve the second stage ramdisk"));
stage = URL_STAGE_MAIN;