diff options
| author | Michael Brown | 2005-05-01 17:08:19 +0200 |
|---|---|---|
| committer | Michael Brown | 2005-05-01 17:08:19 +0200 |
| commit | 2227a711fdb39d5b7f79432ad5c39413a562bc9a (patch) | |
| tree | 7be9684bc97067d446aa23a7320acbc6c27cebea /src/core | |
| parent | nfs prototypes no longer required. (diff) | |
| download | ipxe-2227a711fdb39d5b7f79432ad5c39413a562bc9a.tar.gz ipxe-2227a711fdb39d5b7f79432ad5c39413a562bc9a.tar.xz ipxe-2227a711fdb39d5b7f79432ad5c39413a562bc9a.zip | |
umountall() handled by nfs.c's reset function
Diffstat (limited to 'src/core')
| -rw-r--r-- | src/core/main.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/core/main.c b/src/core/main.c index 46b174634..8b65a0250 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; |
