From c27ba615b3704febf1468df68f52a320e0e80035 Mon Sep 17 00:00:00 2001 From: james <> Date: Tue, 11 Mar 2008 17:56:04 +0000 Subject: *** empty log message *** --- apps/mainloop.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'apps/mainloop.c') diff --git a/apps/mainloop.c b/apps/mainloop.c index 4cc65a0..adaf49d 100644 --- a/apps/mainloop.c +++ b/apps/mainloop.c @@ -11,6 +11,9 @@ static char rcsid[] = /* * $Log$ + * Revision 1.31 2008/03/11 17:56:04 james + * *** empty log message *** + * * Revision 1.30 2008/03/11 17:47:24 james * *** empty log message *** * @@ -560,5 +563,6 @@ mainloop (Context * c, ANSI * ansi, Socket * server_socket, } if (clients) - clients_shutdown (clients,c); + clients_shutdown (clients, c); + log_f(c->l,""); } -- cgit v1.2.3