commit 56e612eaa7087ade4837aa56205346543cbc3c3e
Author: Oswald Buddenhagen <[email protected]>
Date: Mon Jul 30 01:07:31 2012 +0200
minor cleanup: use ctx->gen instead of gctx for consistency
src/drv_imap.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/drv_imap.c b/src/drv_imap.c
index 5faf121..87f3f5d 100644
--- a/src/drv_imap.c
+++ b/src/drv_imap.c
@@ -1140,7 +1140,7 @@ imap_cancel_store( store_t *gctx )
{
imap_store_t *ctx = (imap_store_t *)gctx;
- free_generic_messages( gctx->msgs );
+ free_generic_messages( ctx->gen.msgs );
free_string_list( ctx->gen.boxes );
if (ctx->buf.sock.fd >= 0)
close( ctx->buf.sock.fd );
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
isync-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/isync-devel