david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

umountall() handled by nfs.c's reset function

This commit is contained in:
Michael Brown 2005-05-01 15:08:19 +00:00
parent d727e144c1
commit 2227a711fd
1 changed files with 0 additions and 3 deletions

View File

@ -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;