소스 검색

Don't drop view name while clish_shell_prepare(). It's bad for ktool

Serj Kalichev 9 년 전
부모
커밋
cf71dc5f6a
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      clish/shell/shell_startup.c

+ 0 - 1
clish/shell/shell_startup.c

@@ -243,7 +243,6 @@ int clish_shell_prepare(clish_shell_t *this)
 				continue;
 			}
 			clish_nspace__set_view(nspace, ref_view);
-			clish_nspace__set_view_name(nspace, NULL); /* Free some memory */
 			/* Check access rights for the NAMESPACE */
 			if (access_fn && (
 				/* Check NAMESPASE owned access */