From 2227a711fdb39d5b7f79432ad5c39413a562bc9a Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Sun, 1 May 2005 15:08:19 +0000 Subject: [PATCH] umountall() handled by nfs.c's reset function --- src/core/main.c | 3 --- 1 file changed, 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;