]> git.ipfire.org Git - thirdparty/collectd.git/commitdiff
fixed a missing substitution from merge from master
authorsmallem <sridhar.mallem@oracle.com>
Thu, 4 Oct 2018 18:13:09 +0000 (14:13 -0400)
committersmallem <sridhar.mallem@oracle.com>
Thu, 4 Oct 2018 18:13:09 +0000 (14:13 -0400)
src/exec.c

index 2c99ce2a7f296395b3e682d2f85ada85af95a5a9..94d0b987b0b8120972a00b98fd39886ba1b2cdd3 100644 (file)
@@ -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;
         }