summaryrefslogtreecommitdiffstats
path: root/src/core/main.c
diff options
context:
space:
mode:
authorMichael Brown2005-05-01 17:08:19 +0200
committerMichael Brown2005-05-01 17:08:19 +0200
commit2227a711fdb39d5b7f79432ad5c39413a562bc9a (patch)
tree7be9684bc97067d446aa23a7320acbc6c27cebea /src/core/main.c
parentnfs prototypes no longer required. (diff)
downloadipxe-2227a711fdb39d5b7f79432ad5c39413a562bc9a.tar.gz
ipxe-2227a711fdb39d5b7f79432ad5c39413a562bc9a.tar.xz
ipxe-2227a711fdb39d5b7f79432ad5c39413a562bc9a.zip
umountall() handled by nfs.c's reset function
Diffstat (limited to 'src/core/main.c')
-rw-r--r--src/core/main.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/core/main.c b/src/core/main.c
index 46b17463..8b65a025 100644
--- a/src/core/main.c
+++ b/src/core/main.c
@@ -395,9 +395,6 @@ CLEANUP - shut down networking and console so that the OS may be called
**************************************************************************/
void cleanup(void)
{
-#ifdef DOWNLOAD_PROTO_NFS
- nfs_umountall(ARP_SERVER);
-#endif
/* Stop receiving packets */
disable ( &dev );
initialized = 0;