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 2c99ce2..94d0b98 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;
         }