소스 검색

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,9 +395,6 @@ CLEANUP - shut down networking and console so that the OS may be called
395 395
 **************************************************************************/
396 396
 void cleanup(void)
397 397
 {
398
-#ifdef	DOWNLOAD_PROTO_NFS
399
-	nfs_umountall(ARP_SERVER);
400
-#endif
401 398
 	/* Stop receiving packets */
402 399
 	disable ( &dev );
403 400
 	initialized = 0;

Loading…
취소
저장