mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-20 22:31:33 +02:00
Fix travis build.
This commit is contained in:
@@ -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 ();
|
||||||
|
Reference in New Issue
Block a user