summaryrefslogtreecommitdiff
path: root/security/nss/lib/dev/devutil.c
diff options
context:
space:
mode:
authorjpierre%netscape.com <devnull@localhost>2002-05-20 23:21:39 +0000
committerjpierre%netscape.com <devnull@localhost>2002-05-20 23:21:39 +0000
commitbc5bc84311131c17cb5dbfca648bab63911b97b2 (patch)
tree5dcc6dab54dfb5fce7a2683a171887aa4b197ecb /security/nss/lib/dev/devutil.c
parent82694ac0631b01f21596a78a598a96c870663a03 (diff)
downloadnss-hg-bc5bc84311131c17cb5dbfca648bab63911b97b2.tar.gz
Fix for bug 137645 - cached certificate does not get its nickname updated after P12 import of matching user certificate
Diffstat (limited to 'security/nss/lib/dev/devutil.c')
-rw-r--r--security/nss/lib/dev/devutil.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/security/nss/lib/dev/devutil.c b/security/nss/lib/dev/devutil.c
index 6e82574e7..99218f83d 100644
--- a/security/nss/lib/dev/devutil.c
+++ b/security/nss/lib/dev/devutil.c
@@ -1370,7 +1370,7 @@ nssTokenObjectCache_ImportObject
return status;
}
-NSS_IMPLEMENT PRStatus
+NSS_IMPLEMENT void
nssTokenObjectCache_RemoveObject
(
nssTokenObjectCache *cache,
@@ -1408,7 +1408,6 @@ nssTokenObjectCache_RemoveObject
cache->objects[oType] = NULL;
}
PZ_Unlock(cache->lock);
- return PR_SUCCESS;
}
/* XXX of course this doesn't belong here */