diff options
| author | Sunil Nimmagadda <sunil@nimmagadda.net> | 2014-08-28 14:16:58 +0500 |
|---|---|---|
| committer | Sunil Nimmagadda <sunil@nimmagadda.net> | 2014-08-28 14:16:58 +0500 |
| commit | 97a44517495ea19c5052c0cbb4c845fe1172ef9b (patch) | |
| tree | e5622b905ab9b20b2a6253bc8ca7e01138276ba8 | |
| parent | b16316e3bc0bdb5be4e4a46ae405d5ee191bc080 (diff) | |
space nit.
| -rw-r--r-- | session.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -133,7 +133,7 @@ session_close(struct session *s, int flush) entry = SPLAY_REMOVE(session_tree, &sessions, s); if (entry == NULL) { - /* STARTTLS session was in progress and got interrupted */ + /* STARTTLS session was in progress and got interrupted */ logit(LOG_DEBUG, "%u: not in tree", s->id); entry = s; } |
