merged fix from RC_0_16
This commit is contained in:
parent
beae6cece0
commit
7143a5dda1
|
@ -477,6 +477,7 @@ namespace libtorrent
|
||||||
#else
|
#else
|
||||||
std::string ssl_cert() const
|
std::string ssl_cert() const
|
||||||
{
|
{
|
||||||
|
if (m_info_dict.type() != lazy_entry::dict_t) return "";
|
||||||
return m_info_dict.dict_find_string_value("ssl-cert");
|
return m_info_dict.dict_find_string_value("ssl-cert");
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue