aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2003-04-24 09:51:20 +0800
committerMichael Zucci <zucchi@src.gnome.org>2003-04-24 09:51:20 +0800
commit36eaccbb3aef02015009fc3900443f076e74efd8 (patch)
tree185788aa7e1c747324b4d1dadc78cf2eba22115c /camel/ChangeLog
parent7b52d68f56133b6bdf34b0a8923cb57f8f410ef7 (diff)
downloadgsoc2013-evolution-36eaccbb3aef02015009fc3900443f076e74efd8.tar
gsoc2013-evolution-36eaccbb3aef02015009fc3900443f076e74efd8.tar.gz
gsoc2013-evolution-36eaccbb3aef02015009fc3900443f076e74efd8.tar.bz2
gsoc2013-evolution-36eaccbb3aef02015009fc3900443f076e74efd8.tar.lz
gsoc2013-evolution-36eaccbb3aef02015009fc3900443f076e74efd8.tar.xz
gsoc2013-evolution-36eaccbb3aef02015009fc3900443f076e74efd8.tar.zst
gsoc2013-evolution-36eaccbb3aef02015009fc3900443f076e74efd8.zip
only free the host if it was set. removes a run-time warning.
2003-04-23 Not Zed <NotZed@Ximian.com> * providers/smtp/camel-smtp-transport.c (smtp_helo): only free the host if it was set. removes a run-time warning. svn path=/trunk/; revision=20949
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index 7bf58a376b..a8a4961d01 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -6,6 +6,9 @@
2003-04-23 Not Zed <NotZed@Ximian.com>
+ * providers/smtp/camel-smtp-transport.c (smtp_helo): only free the
+ host if it was set. removes a run-time warning.
+
* camel-session.c (get_service): oops, the service owns the url
after we construct it.