diff options
author | toni <matzeton@googlemail.com> | 2016-07-04 00:14:25 +0200 |
---|---|---|
committer | toni <matzeton@googlemail.com> | 2016-07-04 00:14:25 +0200 |
commit | a5026891c37cc19f27cc311252d7d5e8056bc337 (patch) | |
tree | a497556696ddc195d9fda7213f4a342466fd5c76 | |
parent | 3ddc8f8a7531208ffd867489c34f4c74e1acd667 (diff) |
wait(...) fail fixed
-rw-r--r-- | .gitignore | 12 | ||||
-rw-r--r-- | src/main.c | 2 |
2 files changed, 1 insertions, 13 deletions
@@ -1,15 +1,3 @@ -/naskpass -/naskpass_check -/src/version.h -/tests/producer -/tests/producer_consumer -/tests/semtest -/tests/semtest2 -/tests/mqtest -/tests/strsep -/tests/pthread -/tests/ncurses *.swp *.o *.d - @@ -175,7 +175,7 @@ main(int argc, char **argv) } } logs("%s\n", "waiting for child"); - wait(&child); + wait(&c_status); memset(pbuf, '\0', IPC_MQSIZ+1); } else { /* fork error */ |