diff options
Diffstat (limited to 'services/unix_exec_service/main.cpp')
-rw-r--r-- | services/unix_exec_service/main.cpp | 2 |
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) { |