minor cleanup: use ctx->gen instead of gctx for consistency
This commit is contained in:
parent
424e0e7221
commit
7addc3bea8
|
@ -1140,7 +1140,7 @@ imap_cancel_store( store_t *gctx )
|
||||||
{
|
{
|
||||||
imap_store_t *ctx = (imap_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 );
|
free_string_list( ctx->gen.boxes );
|
||||||
if (ctx->buf.sock.fd >= 0)
|
if (ctx->buf.sock.fd >= 0)
|
||||||
close( ctx->buf.sock.fd );
|
close( ctx->buf.sock.fd );
|
||||||
|
|
Loading…
Reference in New Issue
Block a user