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; }