diff options
| author | Jiri Moskovcak <jmoskovc@redhat.com> | 2011-03-08 14:14:09 +0100 |
|---|---|---|
| committer | Jiri Moskovcak <jmoskovc@redhat.com> | 2011-03-08 14:14:09 +0100 |
| commit | a0e183c16f4e59f8eca3896d41f475ff20ed5783 (patch) | |
| tree | edf13a88b23a8c49bc5e035b747b2e7f20fff528 /src/daemon | |
| parent | 02ba31ab300c06461d444f53139dd3712700abf5 (diff) | |
| parent | abb11fca1bcd7932d14c911d63fb7c6c347dcbcd (diff) | |
Merge branch 'master' of ssh://git.fedorahosted.org/git/abrt
Diffstat (limited to 'src/daemon')
| -rw-r--r-- | src/daemon/Daemon.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/daemon/Daemon.cpp b/src/daemon/Daemon.cpp index f791fb38..2d2c85ed 100644 --- a/src/daemon/Daemon.cpp +++ b/src/daemon/Daemon.cpp @@ -719,7 +719,7 @@ int main(int argc, char** argv) log_scanner_pid = fork_execv_on_steroids(EXECFLG_INPUT_NUL, (char**)scanner_argv, /*pipefds:*/ NULL, - /*unsetenv_vec:*/ NULL, + /*env_vec:*/ NULL, /*dir:*/ NULL, /*uid:*/ 0); VERB1 log("Started log scanner, pid:%d", (int)log_scanner_pid); |
