fixed typo in recent metadata-send buffer fix

This commit is contained in:
Arvid Norberg 2010-06-24 17:39:59 +00:00
parent 5bda58d230
commit f981f6438e
1 changed files with 1 additions and 1 deletions

View File

@ -669,7 +669,7 @@ namespace libtorrent
else
#endif
{
append_const_send_buffer(buffer, size);
peer_connection::append_const_send_buffer(buffer, size);
}
}