Commit 09f700f7 authored by Luca Boccassi's avatar Luca Boccassi

Problem: uninitialised class variable warning

Solution: initialise it
parent 7ba074fa
......@@ -138,6 +138,7 @@ zmq::ipc_listener_t::ipc_listener_t (io_thread_t *io_thread_,
io_object_t (io_thread_),
has_file (false),
s (retired_fd),
handle ((handle_t) NULL),
socket (socket_)
{
}
......
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