Commit 6b8a8968 authored by Daniel Black's avatar Daniel Black

MDEV-6536: postfix win32 handle_connections_win type fix

parent 1e7fed72
......@@ -601,7 +601,7 @@ void handle_connections_win()
wait_events.push_back(hEventShutdown);
n_waits= 1;
for (int i= 0; i < all_listeners.size(); i++)
for (size_t i= 0; i < all_listeners.size(); i++)
{
HANDLE wait_handle= all_listeners[i]->wait_handle();
if (wait_handle)
......
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