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

@ -196,7 +196,7 @@ control_notify_session_created(__unused struct session *s)
}
void
control_notify_session_close(__unused struct session *s)
control_notify_session_closed(__unused struct session *s)
{
struct client *c;