From: Todd C. Miller Date: Wed, 4 Aug 2010 13:32:52 +0000 (-0400) Subject: Repair usergr_matches() return value broken in last checkin. X-Git-Tag: SUDO_1_7_5~207 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a5a8a6fd5c2c50298f85b21ff5e55f930850eeda;p=sudo Repair usergr_matches() return value broken in last checkin. --HG-- branch : 1.7 --- 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); } /*