From 1c5dc354367440757380bf02f15e09ab2b8fd967 Mon Sep 17 00:00:00 2001 From: Sunil Nimmagadda Date: Thu, 4 Sep 2014 20:28:17 +0500 Subject: Whitespace. --- session.c | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'session.c') diff --git a/session.c b/session.c index 0db47de..5401e0c 100644 --- a/session.c +++ b/session.c @@ -147,14 +147,15 @@ session_close(struct session *s, int flush) 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); } -- cgit v1.2.3