Explorar el Código

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

tags/v0.9.3
Michael Brown hace 20 años
padre
commit
2227a711fd
Se han modificado 1 ficheros con 0 adiciones y 3 borrados
  1. 0
    3
      src/core/main.c

+ 0
- 3
src/core/main.c Ver fichero

395
 **************************************************************************/
395
 **************************************************************************/
396
 void cleanup(void)
396
 void cleanup(void)
397
 {
397
 {
398
-#ifdef	DOWNLOAD_PROTO_NFS
399
-	nfs_umountall(ARP_SERVER);
400
-#endif
401
 	/* Stop receiving packets */
398
 	/* Stop receiving packets */
402
 	disable ( &dev );
399
 	disable ( &dev );
403
 	initialized = 0;
400
 	initialized = 0;

Loading…
Cancelar
Guardar