Browse Source

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

Serj Kalichev 9 years ago
parent
commit
cf71dc5f6a
1 changed files with 0 additions and 1 deletions
  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 */