Skip to content

Commit

Permalink
Set Client as default dynamic endpoint mode
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanoColli committed Dec 10, 2024
1 parent bb64628 commit 73fdfec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mainloop.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ void Mainloop::handle_command_pipe()
conf.mode = UdpEndpointConfig::Mode::Client;
}
else {
conf.mode = UdpEndpointConfig::Mode::Undefined;
conf.mode = UdpEndpointConfig::Mode::Client;
}

if (a.size() > 6) { // group name provided
Expand Down

0 comments on commit 73fdfec

Please sign in to comment.