From e51a92686d3692ccb1b31b33d64ed729e5eebc88 Mon Sep 17 00:00:00 2001 From: obarun <eric@obarun.org> Date: Sat, 11 Mar 2023 02:44:19 +1100 Subject: [PATCH] oops --- src/lib66/exec/ssexec_reconfigure.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib66/exec/ssexec_reconfigure.c b/src/lib66/exec/ssexec_reconfigure.c index 76b103a6..bf337d20 100644 --- a/src/lib66/exec/ssexec_reconfigure.c +++ b/src/lib66/exec/ssexec_reconfigure.c @@ -170,6 +170,7 @@ int ssexec_reconfigure(int argc, char const *const *argv, ssexec_t *info) { /** start service */ unsigned int m = 0 ; + int nargc = 2 + nservice + siglen ; char const *newargv[nargc] ; newargv[m++] = "start" ; -- GitLab