Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(175)

Unified Diff: nss/mozilla/security/nss/lib/util/secport.c

Issue 593027: Update NSS and NSPR to NSS_3_12_6_BETA1 and NSPR_4_8_4_BETA1.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/third_party/
Patch Set: Created 10 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « nss/mozilla/security/nss/lib/ssl/sslerr.h ('k') | nss/patches/nspr-warnings.patch » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: nss/mozilla/security/nss/lib/util/secport.c
===================================================================
--- nss/mozilla/security/nss/lib/util/secport.c (revision 38521)
+++ nss/mozilla/security/nss/lib/util/secport.c (working copy)
@@ -41,7 +41,7 @@
*
* NOTE - These are not public interfaces
*
- * $Id: secport.c,v 1.26 2009/12/24 03:37:46 nelson%bolyard.com Exp $
+ * $Id: secport.c,v 1.28 2010/01/22 02:34:30 wtc%google.com Exp $
*/
#include "seccomon.h"
@@ -340,8 +340,7 @@
}
if (!checkedEnv) {
/* no need for thread protection here */
- const char *ev = PR_GetEnv("NSS_DISABLE_ARENA_FREE_LIST");
- if (!ev) doFreeArenaPool = PR_TRUE;
+ doFreeArenaPool = (PR_GetEnv("NSS_DISABLE_ARENA_FREE_LIST") == NULL);
checkedEnv = PR_TRUE;
}
if (zero) {
« no previous file with comments | « nss/mozilla/security/nss/lib/ssl/sslerr.h ('k') | nss/patches/nspr-warnings.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698