commit e874b2c316a8accffe6da3ee209c30fd1be4616b
Author: Oswald Buddenhagen <[email protected]>
Date: Sun Sep 26 15:26:16 2010 +0200
remove useless message
don't complain about missing greeting response - we already complained
about an unexpected EOF anyway.
src/drv_imap.c | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diff --git a/src/drv_imap.c b/src/drv_imap.c
index 7ddf81e..64abbfd 100644
--- a/src/drv_imap.c
+++ b/src/drv_imap.c
@@ -1394,10 +1394,8 @@ imap_open_store( store_conf_t *conf,
#endif
/* read the greeting string */
- if (buffer_gets( &ctx->buf, &rsp )) {
- error( "IMAP error: no greeting response\n" );
+ if (buffer_gets( &ctx->buf, &rsp ))
goto bail;
- }
arg = next_arg( &rsp );
if (!arg || *arg != '*' || (arg = next_arg( &rsp )) == NULL) {
error( "IMAP error: invalid greeting response\n" );
------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
isync-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/isync-devel