summaryrefslogtreecommitdiffstats
path: root/security/nss/lib/dbm/src/hash.c
diff options
context:
space:
mode:
Diffstat (limited to 'security/nss/lib/dbm/src/hash.c')
-rw-r--r--security/nss/lib/dbm/src/hash.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/security/nss/lib/dbm/src/hash.c b/security/nss/lib/dbm/src/hash.c
index b80aad4d3..98b1c07c7 100644
--- a/security/nss/lib/dbm/src/hash.c
+++ b/security/nss/lib/dbm/src/hash.c
@@ -704,8 +704,7 @@ hash_put(
return (DBM_ERROR);
}
- rv = hash_access(hashp, flag == R_NOOVERWRITE ? HASH_PUTNEW
- : HASH_PUT,
+ rv = hash_access(hashp, flag == R_NOOVERWRITE ? HASH_PUTNEW : HASH_PUT,
(DBT *)key, (DBT *)data);
if (rv == DATABASE_CORRUPTED_ERROR) {