summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/fuser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fuser.c b/src/fuser.c
index 4e16d67..4eeac7d 100644
--- a/src/fuser.c
+++ b/src/fuser.c
@@ -1397,7 +1397,7 @@ print_matches(struct names *names_head, const opt_type opts,
}
} /* be silent */
if (opts & OPT_KILL)
- have_kill = kill_matched_proc(nptr->matched_procs,
+ have_kill |= kill_matched_proc(nptr->matched_procs,
opts, sig_number);
} /* next name */