aboutsummaryrefslogtreecommitdiffstats
path: root/apps/mainloop.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/mainloop.c')
-rw-r--r--apps/mainloop.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/apps/mainloop.c b/apps/mainloop.c
index 74e456e..4cc65a0 100644
--- a/apps/mainloop.c
+++ b/apps/mainloop.c
@@ -11,6 +11,9 @@ static char rcsid[] =
/*
* $Log$
+ * Revision 1.30 2008/03/11 17:47:24 james
+ * *** empty log message ***
+ *
* Revision 1.29 2008/03/10 11:49:32 james
* *** empty log message ***
*
@@ -557,5 +560,5 @@ mainloop (Context * c, ANSI * ansi, Socket * server_socket,
}
if (clients)
- clients_shutdown (clients);
+ clients_shutdown (clients,c);
}