diff options
author | Othmar Gsenger <otti@anytun.org> | 2010-01-10 22:32:55 +0000 |
---|---|---|
committer | Othmar Gsenger <otti@anytun.org> | 2010-01-10 22:32:55 +0000 |
commit | 018e96cf689e0456ab32ba1a6dfca9cd720c6b30 (patch) | |
tree | 50e9940d66193039beb659f722d66df40f5165c8 /src/sysExec.h | |
parent | fixed priviledge dropping on freebsd (diff) |
bugfix in new sysexec
Diffstat (limited to 'src/sysExec.h')
-rw-r--r-- | src/sysExec.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sysExec.h b/src/sysExec.h index f0461af..d5315e4 100644 --- a/src/sysExec.h +++ b/src/sysExec.h @@ -52,6 +52,7 @@ class SysExec void waitForScript(); ~SysExec(); private: + void doExec(std::string const& script, StringVector const& args, StringList const& env); std::string script_; pid_t pid_; int pipefd_; |