summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss@sss.chaoslab.ru>2013-02-18 08:21:42 +0200
committerGluzskiy Alexandr <sss@sss.chaoslab.ru>2013-02-18 08:21:42 +0200
commit2f7715708fc666b411e8c983d3f8046ba39e9a41 (patch)
treee2cffbb64944660f27c19e98e33930a56263c3dd
parentbb24a98491fbc656db26d9b12b2ed4c26f531334 (diff)
modified: services/unix_exec_service/main.cpprestarter
-rw-r--r--services/unix_exec_service/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/services/unix_exec_service/main.cpp b/services/unix_exec_service/main.cpp
index 37a339e..32f9999 100644
--- a/services/unix_exec_service/main.cpp
+++ b/services/unix_exec_service/main.cpp
@@ -57,7 +57,7 @@ void * shell_exec(void * t)
else
cmd = c;
if(!cmd.empty())
- {
+ { //TODO: handle also stderr
FILE *f = popen(cmd.c_str(), "r");
if(f)
{