aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2001-05-16 04:14:00 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-05-16 04:14:00 +0800
commit4e4a41d8aefa57f9741d353eb9b6008a050e6419 (patch)
treeed144e2baed6cfcbba8a81ff7f2c523cba061bbd /camel/ChangeLog
parentd706eb2e77414ee795893931648c940832f8c738 (diff)
downloadgsoc2013-evolution-4e4a41d8aefa57f9741d353eb9b6008a050e6419.tar
gsoc2013-evolution-4e4a41d8aefa57f9741d353eb9b6008a050e6419.tar.gz
gsoc2013-evolution-4e4a41d8aefa57f9741d353eb9b6008a050e6419.tar.bz2
gsoc2013-evolution-4e4a41d8aefa57f9741d353eb9b6008a050e6419.tar.lz
gsoc2013-evolution-4e4a41d8aefa57f9741d353eb9b6008a050e6419.tar.xz
gsoc2013-evolution-4e4a41d8aefa57f9741d353eb9b6008a050e6419.tar.zst
gsoc2013-evolution-4e4a41d8aefa57f9741d353eb9b6008a050e6419.zip
Don't close or free (it wasn't allocated) the certdb.
2001-05-15 Jeffrey Stedfast <fejj@ximian.com> * camel-smime-context.c (camel_smime_context_finalise): Don't close or free (it wasn't allocated) the certdb. (camel_smime_context_new): If we get a NULL certdb handle, then don't bother trying to create a new certdb handle since NSS_Init* should have done that. svn path=/trunk/; revision=9830
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index ee85fe9f8f..be49f88dd1 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,5 +1,13 @@
2001-05-15 Jeffrey Stedfast <fejj@ximian.com>
+ * camel-smime-context.c (camel_smime_context_finalise): Don't
+ close or free (it wasn't allocated) the certdb.
+ (camel_smime_context_new): If we get a NULL certdb handle, then
+ don't bother trying to create a new certdb handle since NSS_Init*
+ should have done that.
+
+2001-05-15 Jeffrey Stedfast <fejj@ximian.com>
+
* Makefile.am: Don't use EXTRA_GNOME_*, use the new CAMEL_*
variables so we don't link in tons of extra cruft that we don't
need.