Rename a function for consistency and some spacing nits.

This commit is contained in:
nicm
2016-10-15 00:12:58 +00:00
parent 63b2547a02
commit 3f138dc40c
4 changed files with 8 additions and 4 deletions

View File

@ -147,7 +147,7 @@ notify_drain(void)
control_notify_session_created(ne->session);
break;
case NOTIFY_SESSION_CLOSED:
control_notify_session_close(ne->session);
control_notify_session_closed(ne->session);
break;
}
TAILQ_REMOVE(&notify_queue, ne, entry);