浏览代码

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

tags/v0.9.3
Michael Brown 20 年前
父节点
当前提交
2227a711fd
共有 1 个文件被更改,包括 0 次插入3 次删除
  1. 0
    3
      src/core/main.c

+ 0
- 3
src/core/main.c 查看文件

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;

正在加载...
取消
保存