raster pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=9456e88504cb5daddbac3f49373a3a9a8577e27a

commit 9456e88504cb5daddbac3f49373a3a9a8577e27a
Author: Carsten Haitzler (Rasterman) <ras...@rasterman.com>
Date:   Fri Dec 6 09:19:08 2013 +0900

    e_sys - fix busy spin problem with security clamp-down
---
 src/bin/e_sys_main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/e_sys_main.c b/src/bin/e_sys_main.c
index cd3fcae..b36b785 100644
--- a/src/bin/e_sys_main.c
+++ b/src/bin/e_sys_main.c
@@ -252,7 +252,7 @@ main(int argc,
                        p = strchr(tmp, '=');
                        if (!p) abort();
                        *p = 0;
-                       NOENV(p);
+                       NOENV(tmp);
                        free(tmp);
                        /* and mark our do to try again from the start in case
                         * unsetenv changes environ ptr */

-- 


Reply via email to