projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
436dacd
)
fixed a missing substitution from merge from master
author
smallem
<sridhar.mallem@oracle.com>
Thu, 4 Oct 2018 18:13:09 +0000
(14:13 -0400)
committer
smallem
<sridhar.mallem@oracle.com>
Thu, 4 Oct 2018 18:13:09 +0000
(14:13 -0400)
src/exec.c
patch
|
blob
|
history
diff --git
a/src/exec.c
b/src/exec.c
index
2c99ce2
..
94d0b98
100644
(file)
--- a/
src/exec.c
+++ b/
src/exec.c
@@
-455,7
+455,7
@@
static int fork_child(program_list_t *pl, int *fd_in, int *fd_out,
default:
ERROR("exec plugin: default errno: get group information for '%s' "
"failed : %s",
- pl->group,
sstrerror(status, errbuf, sizeof(errbuf))
);
+ pl->group,
STRERRNO
);
getgr_failed = 1;
goto gr_finally;
}