Fix travis build.

This commit is contained in:
Richard Newton
2014-03-16 16:15:19 +00:00
parent a4b0e93fc1
commit 7cead2bfd6

View File

@@ -450,7 +450,7 @@ void zmq::session_base_t::reconnect ()
{
// For delayed connect situations, terminate the pipe
// and reestablish later on
if (pipe && 1 == options.immediate == 1
if (pipe && options.immediate == 1
&& addr->protocol != "pgm" && addr->protocol != "epgm"
&& addr->protocol != "norm") {
pipe->hiccup ();