fixed uninitialized connection ticket

This commit is contained in:
Arvid Norberg 2007-08-25 14:52:48 +00:00
parent 7f43389f56
commit b6ee4fddbf
1 changed files with 1 additions and 0 deletions

View File

@ -189,6 +189,7 @@ namespace libtorrent
, m_download_limit(bandwidth_limit::inf)
, m_peer_info(peerinfo)
, m_speed(slow)
, m_connection_ticket(-1)
, m_remote_bytes_dled(0)
, m_remote_dl_rate(0)
, m_remote_dl_update(time_now())