From abf9db079ebc3fa28a689e3df19188b9eecc75ad Mon Sep 17 00:00:00 2001 From: "wtc%netscape.com" Date: Tue, 10 Sep 2002 05:10:53 +0000 Subject: [PATCH] Bug 167532: fixed a regression introduced by the previous checkin. git-svn-id: svn://10.0.0.236/trunk@129148 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/security/nss/lib/dev/devutil.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mozilla/security/nss/lib/dev/devutil.c b/mozilla/security/nss/lib/dev/devutil.c index 800bbe95267..091dca5421c 100644 --- a/mozilla/security/nss/lib/dev/devutil.c +++ b/mozilla/security/nss/lib/dev/devutil.c @@ -32,7 +32,7 @@ */ #ifdef DEBUG -static const char CVS_ID[] = "@(#) $RCSfile: devutil.c,v $ $Revision: 1.16 $ $Date: 2002-09-05 22:28:30 $ $Name: not supported by cvs2svn $"; +static const char CVS_ID[] = "@(#) $RCSfile: devutil.c,v $ $Revision: 1.17 $ $Date: 2002-09-10 05:10:53 $ $Name: not supported by cvs2svn $"; #endif /* DEBUG */ #ifndef DEVM_H @@ -1088,6 +1088,8 @@ find_objects_in_array ot[i].ulValueLen, NULL)) { match = PR_TRUE; + } else { + match = PR_FALSE; } break; }