Commit 7cead2bf authored by Richard Newton's avatar Richard Newton

Fix travis build.

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