From: Craig Small Date: Mon, 27 Feb 2006 07:11:44 +0000 (+0000) Subject: made pre1 version X-Git-Tag: v22.11~82 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1d5a669ba80e514b8064c28914887bd6a196daff;p=psmisc made pre1 version --- diff --git a/ChangeLog b/ChangeLog index 0f871ce..a692d21 100644 --- a/ChangeLog +++ b/ChangeLog @@ -6,6 +6,7 @@ Changes in * TCP/UDP6 sockets are found a bit better. * Makefile changed so signames builds in all locales. Thanks to Mike Frysinger for the patch. + * Return code works 2006-01-23 Craig Small diff --git a/configure.in b/configure.in index 012e8cf..f0124f3 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT([psmisc],[22.2cvs]) +AC_INIT([psmisc],[22.2pre1]) AC_PREREQ(2.59) AC_CONFIG_SRCDIR([src/comm.h]) AC_CONFIG_HEADER([config.h]) diff --git a/src/fuser.c b/src/fuser.c index d73974d..c97e3cc 100644 --- a/src/fuser.c +++ b/src/fuser.c @@ -846,7 +846,7 @@ static int print_matches(struct names *names_head, const opt_type opts, const in char first = 1; int len = 0; struct passwd *pwent = NULL; - int have_match = 1; + int have_match = 0; for (nptr = names_head; nptr != NULL ; nptr = nptr->next) { if (! (opts & OPT_SILENT)) { /* We're not silent */