fix one more ifdef issue
This commit is contained in:
@@ -121,7 +121,11 @@ namespace libtorrent
|
|||||||
#ifndef TORRENT_DISABLE_EXTENSIONS
|
#ifndef TORRENT_DISABLE_EXTENSIONS
|
||||||
, m_upload_only_id(0)
|
, m_upload_only_id(0)
|
||||||
, m_holepunch_id(0)
|
, m_holepunch_id(0)
|
||||||
|
#endif
|
||||||
|
#ifndef TORRENT_DISABLE_ENCRYPTION
|
||||||
, m_sync_bytes_read(0)
|
, m_sync_bytes_read(0)
|
||||||
|
#endif
|
||||||
|
#ifndef TORRENT_DISABLE_EXTENSIONS
|
||||||
, m_dont_have_id(0)
|
, m_dont_have_id(0)
|
||||||
, m_share_mode_id(0)
|
, m_share_mode_id(0)
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user