diff options
author | Not Zed <NotZed@Ximian.com> | 2004-10-06 19:44:23 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2004-10-06 19:44:23 +0800 |
commit | 5592affc5afac5d18448dbd7260cb0952d8a6309 (patch) | |
tree | 400f0e4554e6da29729a2225049a816670a7ada1 /camel/ChangeLog | |
parent | 318dc1564b1c8fca154ecd281b2b1a82dfe8ae4e (diff) | |
download | gsoc2013-evolution-5592affc5afac5d18448dbd7260cb0952d8a6309.tar.gz gsoc2013-evolution-5592affc5afac5d18448dbd7260cb0952d8a6309.tar.zst gsoc2013-evolution-5592affc5afac5d18448dbd7260cb0952d8a6309.zip |
** See bug #67527.
2004-10-05 Not Zed <NotZed@Ximian.com>
** See bug #67527.
* camel-service.c (cs_getaddrinfo, cs_getnameinfo): don't loop on
EAI_AGAIN, it doesn't appear to mean the same as EAGAIN does with
system calls (i guess 'no shit sherlock' really).
svn path=/trunk/; revision=27472
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 593d6330ae..2bd874c943 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,11 @@ +2004-10-05 Not Zed <NotZed@Ximian.com> + + ** See bug #67527. + + * camel-service.c (cs_getaddrinfo, cs_getnameinfo): don't loop on + EAI_AGAIN, it doesn't appear to mean the same as EAGAIN does with + system calls (i guess 'no shit sherlock' really). + 2004-10-04 JP Rosevear <jpr@novell.com> * providers/imap4/camel-imap4-provider.c: include camel-i18n.h |