eet: no reason to duplicate environment variable.

SVN revision: 65954
This commit is contained in:
Cedric BAIL 2011-12-06 11:00:50 +00:00
parent 23043ed40e
commit 9c3332f2de
1 changed files with 1 additions and 1 deletions

View File

@ -778,7 +778,7 @@ eet_node_init(void)
#else
choice = "chained_mempool";
#endif
tmp = getenv("EET_MEMPOOL");
tmp = getenv("EINA_MEMPOOL");
if (tmp && tmp[0])
choice = tmp;