Tell the client to exit on configuration file error.

pull/1/head
Nicholas Marriott 2009-11-04 22:47:34 +00:00
parent 5bebbd81d7
commit fde36fccc3
1 changed files with 1 additions and 0 deletions

View File

@ -193,6 +193,7 @@ error:
c = ARRAY_FIRST(&clients);
server_write_error(c, cause);
server_write_client(c, MSG_EXIT, NULL, 0);
xfree(cause);
server_shutdown = 1;