Unverified Commit 54fd20af authored by Luca Boccassi's avatar Luca Boccassi Committed by GitHub

Merge pull request #3049 from maksqwe/fix_fd_cast

Fix fd_t variable casting on Windows platform
parents c9714450 989dfc78
......@@ -131,7 +131,7 @@ void zmq::tcp_listener_t::in_event ()
session->inc_seqnum ();
launch_child (session);
send_attach (session, engine, false);
socket->event_accepted (endpoint, (int) fd);
socket->event_accepted (endpoint, fd);
}
void zmq::tcp_listener_t::close ()
......
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