diff options
| author | Gary Palmer <gpalmer@FreeBSD.org> | 1995-05-24 18:56:03 +0000 |
|---|---|---|
| committer | Gary Palmer <gpalmer@FreeBSD.org> | 1995-05-24 18:56:03 +0000 |
| commit | 3e28c7a178b89f0f4b43bdadb10d96ba20ca7846 (patch) | |
| tree | 83d4ef346fa70f0214763b6d8568846b2f3df126 | |
| parent | 9576fbf44cc21faaad6c7b966bee774caf52c83f (diff) | |
Notes
| -rw-r--r-- | release/sysinstall/media_strategy.c | 3 |
1 files changed, 1 insertions, 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); |
