mirror of https://github.com/ipxe/ipxe.git
umountall() handled by nfs.c's reset function
parent
d727e144c1
commit
2227a711fd
|
@ -395,9 +395,6 @@ CLEANUP - shut down networking and console so that the OS may be called
|
||||||
**************************************************************************/
|
**************************************************************************/
|
||||||
void cleanup(void)
|
void cleanup(void)
|
||||||
{
|
{
|
||||||
#ifdef DOWNLOAD_PROTO_NFS
|
|
||||||
nfs_umountall(ARP_SERVER);
|
|
||||||
#endif
|
|
||||||
/* Stop receiving packets */
|
/* Stop receiving packets */
|
||||||
disable ( &dev );
|
disable ( &dev );
|
||||||
initialized = 0;
|
initialized = 0;
|
||||||
|
|
Loading…
Reference in New Issue