summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/media.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1996-12-12 08:36:25 +0000
committerjkh <jkh@FreeBSD.org>1996-12-12 08:36:25 +0000
commit8a558d3585617ad60286d9706662e00e3e94da9a (patch)
tree0ce70f38c7ccec96e5e3c0911285e7b58e8a0a60 /usr.sbin/sysinstall/media.c
parent61be8f66cf7d37967637bc2fac3191f514c220de (diff)
downloadFreeBSD-src-8a558d3585617ad60286d9706662e00e3e94da9a.zip
FreeBSD-src-8a558d3585617ad60286d9706662e00e3e94da9a.tar.gz
Whups, remove relic from close method going away.
Diffstat (limited to 'usr.sbin/sysinstall/media.c')
-rw-r--r--usr.sbin/sysinstall/media.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/sysinstall/media.c b/usr.sbin/sysinstall/media.c
index bf6cc51..b8899b9 100644
--- a/usr.sbin/sysinstall/media.c
+++ b/usr.sbin/sysinstall/media.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.c,v 1.66 1996/12/09 08:22:15 jkh Exp $
+ * $Id: media.c,v 1.67 1996/12/11 09:35:03 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -349,7 +349,6 @@ mediaSetFTP(dialogMenuItem *self)
ftpDevice.type = DEVICE_TYPE_FTP;
ftpDevice.init = mediaInitFTP;
ftpDevice.get = mediaGetFTP;
- ftpDevice.close = NULL;
ftpDevice.shutdown = mediaShutdownFTP;
ftpDevice.private = mediaDevice; /* Set to network device by tcpDeviceSelect() */
mediaDevice = &ftpDevice;
OpenPOWER on IntegriCloud