encrypt option on gss ready

This commit is contained in:
Chris Busbey
2014-04-23 12:45:13 -07:00
parent 27591d2da6
commit 634c8abe29
2 changed files with 11 additions and 6 deletions

View File

@@ -53,9 +53,9 @@ zmq::options_t::options_t () :
tcp_keepalive_intvl (-1),
mechanism (ZMQ_NULL),
as_server (0),
gss_plaintext (false),
socket_id (0),
conflate (false),
gss_plaintext (false)
conflate (false)
{
}