# HG changeset patch # User Sunil Nimmagadda # Date 1409844497 -18030 # Node ID 6d2a560793d33c791795c1fc16f8cc305341599a # Parent 058e5ad9ba790b653c153a4eef9586dbbf10978d Whitespace. diff -r 058e5ad9ba79 -r 6d2a560793d3 session.c --- a/session.c Sun Aug 31 16:35:51 2014 +0500 +++ b/session.c Thu Sep 04 20:28:47 2014 +0500 @@ -147,14 +147,15 @@ io_clear(&entry->io); iobuf_clear(&entry->iobuf); - /* - * If the session hadn't made it to TRANSACTION - * iev_maildrop is not inited. - */ + /* + * If the session hadn't made it to TRANSACTION + * iev_maildrop is not inited. + */ if (entry->iev_maildrop) { imsgev_clear(entry->iev_maildrop); entry->iev_maildrop->terminate = 1; } + logit(LOG_INFO, "%u: session closed", entry->id); free(entry); }