summaryrefslogtreecommitdiff
path: root/security/nss/lib/softoken/legacydb
diff options
context:
space:
mode:
authorwtc%google.com <devnull@localhost>2008-06-04 01:28:48 +0000
committerwtc%google.com <devnull@localhost>2008-06-04 01:28:48 +0000
commit2c884809d450627d8899147648c77b32eb741fe0 (patch)
treeb79b8b389bde1c12c54d3797e0cf00b78b1e0da6 /security/nss/lib/softoken/legacydb
parent26748f9fdba065b163fc8cd412508b91d7ca1bd7 (diff)
downloadnss-hg-2c884809d450627d8899147648c77b32eb741fe0.tar.gz
Bug 434187: assign PR_TRUE to a PRBool variable. r=nelson
Diffstat (limited to 'security/nss/lib/softoken/legacydb')
-rw-r--r--security/nss/lib/softoken/legacydb/lgattr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/nss/lib/softoken/legacydb/lgattr.c b/security/nss/lib/softoken/legacydb/lgattr.c
index 1752004ec..cdfa22138 100644
--- a/security/nss/lib/softoken/legacydb/lgattr.c
+++ b/security/nss/lib/softoken/legacydb/lgattr.c
@@ -1593,7 +1593,7 @@ lg_SetPrivateKeyAttribute(LGObjectCache *obj, CK_ATTRIBUTE_TYPE type,
case CKA_COEFFICIENT:
/* We aren't really changing these values, we are just triggering
* the database to update it's entry */
- *writePrivate = 1;
+ *writePrivate = PR_TRUE;
crv = CKR_OK;
break;
default: