瀏覽代碼

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 */