fixed misleading return value from send_datagram while bundling messages

This commit is contained in:
Darren Ranalli 2008-01-30 19:57:08 +00:00
parent be5b01b85e
commit 2f8cf96fd2

View File

@ -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