Skip to content

Commit

Permalink
defaulted if inline or interactive remote port is zero
Browse files Browse the repository at this point in the history
  • Loading branch information
brichards64 committed Dec 29, 2023
1 parent 3a2a5b6 commit 146538a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ToolDAQChain/ToolDAQChain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ void ToolDAQChain::Init(unsigned int IO_Threads){
bool receiveflag=true;

// if(m_pub_sec<0 || m_inline>0 || m_interactive) sendflag=false;
if(m_inline>0 || m_interactive) m_remoteport=0;
if(m_pub_sec<0) sendflag=false;
if(m_kick_sec<0) receiveflag=false;

Expand Down

0 comments on commit 146538a

Please sign in to comment.