eet: no reason to duplicate environment variable.
authorcedric <cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 6 Dec 2011 11:00:50 +0000 (11:00 +0000)
committercedric <cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 6 Dec 2011 11:00:50 +0000 (11:00 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@65954 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/eet_node.c

index 86899c9..11d7cc0 100644 (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;