summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>2013-12-06 09:19:08 +0900
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>2013-12-06 09:20:47 +0900
commitea605237bb64ee09341121461b3d2c0f5dbe832d (patch)
tree1f43465d1181b6d016ac64b936abbae1ca43975e
parent83c1ddab460fc299ba38f6f0d8b141a520182aca (diff)
downloadenlightenment-ea605237bb64ee09341121461b3d2c0f5dbe832d.tar.gz
e_sys - fix busy spin problem with security clamp-down
-rw-r--r--src/bin/e_sys_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/e_sys_main.c b/src/bin/e_sys_main.c
index da40590d25..a3f1c074b7 100644
--- a/src/bin/e_sys_main.c
+++ b/src/bin/e_sys_main.c
@@ -233,7 +233,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 */