Whitespace.
authorSunil Nimmagadda <sunil@nimmagadda.net>
Thu, 04 Sep 2014 20:28:47 +0500
changeset 39 6d2a560793d3
parent 38 058e5ad9ba79
child 40 a0c73de318ed
Whitespace.
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);
 }