fixed typo in last check in

This commit is contained in:
Arvid Norberg 2007-05-12 19:08:08 +00:00
parent e405dd3fda
commit 57d5cf9147
1 changed files with 1 additions and 1 deletions

View File

@ -153,7 +153,7 @@ void lsd::announce(sha1_hash const& ih, int listen_port)
m_retry_count = 0;
asio::error_code ec;
m_socket.send_to(asio::buffer(msg.c_str(), msg.size() - 1)
, lsd_multicast_endpoint, ec);
, lsd_multicast_endpoint, 0, ec);
if (ec)
{
m_disabled = true;