fixed misleading return value from send_datagram while bundling messages
This commit is contained in:
parent
be5b01b85e
commit
2f8cf96fd2
|
|
@ -395,7 +395,7 @@ send_datagram(const Datagram &dg) {
|
|||
|
||||
if (is_bundling_messages() && get_want_message_bundling()) {
|
||||
bundle_msg(dg);
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
#ifdef WANT_NATIVE_NET
|
||||
|
|
|
|||
Loading…
Reference in New Issue