From 3e28c7a178b89f0f4b43bdadb10d96ba20ca7846 Mon Sep 17 00:00:00 2001 From: Gary Palmer Date: Wed, 24 May 1995 18:56:03 +0000 Subject: [PATCH] Close of ftp socket is now handled by FtpEOF(). --- release/sysinstall/media_strategy.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/release/sysinstall/media_strategy.c b/release/sysinstall/media_strategy.c index 06e17e078da9..0b87dc5647ce 100644 --- a/release/sysinstall/media_strategy.c +++ b/release/sysinstall/media_strategy.c @@ -4,7 +4,7 @@ * This is probably the last attempt in the `sysinstall' line, the next * generation being slated to essentially a complete rewrite. * - * $Id: media_strategy.c,v 1.17 1995/05/24 17:49:18 jkh Exp $ + * $Id: media_strategy.c,v 1.18 1995/05/24 18:21:49 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -654,7 +654,6 @@ mediaGetFTP(char *dist) } FtpEOF(ftp); - close(fd); } close(1); msgDebug("Extract of %s finished with success!!!\n", dist);