From a5a8a6fd5c2c50298f85b21ff5e55f930850eeda Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Wed, 4 Aug 2010 09:32:52 -0400 Subject: [PATCH] Repair usergr_matches() return value broken in last checkin. --HG-- branch : 1.7 --- match.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/match.c b/match.c index ef5c53936..1b200e513 100644 --- a/match.c +++ b/match.c @@ -851,7 +851,7 @@ done: if (pw0 != NULL) pw_delref(pw0); - return(FALSE); + return(matched); } /* -- 2.40.0