summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: efda0ff)
raw | patch | inline | side by side (parent: efda0ff)
author | Florian Forster <octo@collectd.org> | |
Wed, 17 Jun 2015 15:38:41 +0000 (17:38 +0200) | ||
committer | Florian Forster <octo@collectd.org> | |
Wed, 17 Jun 2015 15:38:41 +0000 (17:38 +0200) |
src/exec.c | patch | blob | history |
diff --git a/src/exec.c b/src/exec.c
index cfd82a31b444adc1ce3ef1553a9d2ccddfd81b05..18124002b23dbdd89192024770b87753bceb3934 100644 (file)
--- a/src/exec.c
+++ b/src/exec.c
@@ -338,7 +338,7 @@ static void exec_child (program_list_t *pl, int uid, int gid, int egid) /* {{{ *
exit (-1);
}
- status = execvp (pl->exec, pl->argv);
+ execvp (pl->exec, pl->argv);
ERROR ("exec plugin: Failed to execute ``%s'': %s",
pl->exec, sstrerror (errno, errbuf, sizeof (errbuf)));