Signed-off-by: Sami Kerola <kerolasa@xxxxxx> --- misc-utils/kill.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/misc-utils/kill.c b/misc-utils/kill.c index e678661..9566f14 100644 --- a/misc-utils/kill.c +++ b/misc-utils/kill.c @@ -434,8 +434,6 @@ static char **parse_arguments(int argc, char **argv, struct kill_control *ctl) } if (!*argv) errx(EXIT_FAILURE, _("not enough arguments")); - if (ctl->do_pid) - ctl->numsig = -1; return argv; } @@ -444,7 +442,7 @@ static int kill_verbose(const struct kill_control *ctl) { int rc = 0; - if (ctl->numsig < 0) { + if (ctl->do_pid) { printf("%ld\n", (long) ctl->pid); return 0; } -- 1.9.2 -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html