added use of db events flow control

This commit is contained in:
Jeff Hill
1997-05-05 04:48:30 +00:00
parent 3a0de109a3
commit cc2ea961d7

View File

@@ -264,6 +264,12 @@ LOCAL int terminate_one_client(struct client *client)
NULL);
}
/*
* exit flow control so the event system will
* shutdown correctly
*/
db_event_flow_ctrl_mode_off(client->evuser);
/*
* Server task deleted first since close() is not reentrant
*/