Commit e12ed976 authored by Vladislav Vaintroub's avatar Vladislav Vaintroub

Fix merge.

Remove wrong DBUG_ASSERT(hEventShutdown). hEventShutdown was created
right after this DBUG_ASSERT
parent 32798e15
......@@ -531,11 +531,9 @@ void network_init_win()
void handle_connections_win()
{
DBUG_ASSERT(hEventShutdown);
int n_waits;
create_shutdown_event();
wait_events[SHUTDOWN_IDX]= hEventShutdown;
n_waits= 1;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment