aboutsummaryrefslogtreecommitdiffstats
path: root/ltp/growfiles.c
diff options
context:
space:
mode:
Diffstat (limited to 'ltp/growfiles.c')
-rw-r--r--ltp/growfiles.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/ltp/growfiles.c b/ltp/growfiles.c
index 06f179f442..fb91761f56 100644
--- a/ltp/growfiles.c
+++ b/ltp/growfiles.c
@@ -1455,11 +1455,12 @@ notify_others()
send_signals=1; /* only send signals once */
for (ind=0; ind< Forker_npids; ind++) {
- if ( Forker_pids[ind] != Pid )
+ if ( Forker_pids[ind] != Pid ) {
if ( Debug > 1 )
printf("%s%s: %d DEBUG2 %s/%d: Sending SIGUSR2 to pid %d\n",
Progname, TagName, Pid, __FILE__, __LINE__, Forker_pids[ind]);
kill(Forker_pids[ind], SIGUSR2);
+ }
}
}