From 73fa3a6e62f671e34ab1206425c39d8d8b987ba2 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Sat, 4 Jan 2003 22:50:01 +0000 Subject: Instead of checking recipients != NULL, check that camel_address_length 2003-01-04 Jeffrey Stedfast * providers/smtp/camel-smtp-transport.c (smtp_send_to): Instead of checking recipients != NULL, check that camel_address_length (recipients) != 0 since it is illegal for recipients to be NULL (camel_transport_send_to already checks this). svn path=/trunk/; revision=19235 --- camel/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'camel/ChangeLog') diff --git a/camel/ChangeLog b/camel/ChangeLog index 168edae899..5acca4ea20 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,10 @@ +2003-01-04 Jeffrey Stedfast + + * providers/smtp/camel-smtp-transport.c (smtp_send_to): Instead of + checking recipients != NULL, check that camel_address_length + (recipients) != 0 since it is illegal for recipients to be NULL + (camel_transport_send_to already checks this). + 2002-12-17 Jeffrey Stedfast * providers/imap/camel-imap-utils.c: Replace calls to -- cgit v1.2.3