Use server_destroy_session() for kill-session.

This commit is contained in:
Nicholas Marriott
2010-06-26 23:55:50 +00:00
parent 42e2413978
commit 34464da8d3
2 changed files with 2 additions and 11 deletions

View File

@ -371,6 +371,7 @@ server_destroy_session(struct session *s)
c->session = NULL;
server_write_client(c, MSG_EXIT, NULL, 0);
}
recalculate_sizes();
}
void