mirror of
https://github.com/zeromq/libzmq.git
synced 2025-01-19 08:46:44 +01:00
unitialised member in seesion_t class - fixed
This commit is contained in:
parent
065e4d00ff
commit
745db9c574
@ -44,6 +44,7 @@ zmq::session_t::session_t (object_t *parent_, socket_base_t *owner_,
|
|||||||
const options_t &options_, const blob_t &peer_identity_) :
|
const options_t &options_, const blob_t &peer_identity_) :
|
||||||
owned_t (parent_, owner_),
|
owned_t (parent_, owner_),
|
||||||
in_pipe (NULL),
|
in_pipe (NULL),
|
||||||
|
incomplete_in (false),
|
||||||
active (true),
|
active (true),
|
||||||
out_pipe (NULL),
|
out_pipe (NULL),
|
||||||
engine (NULL),
|
engine (NULL),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user