fix typo
This commit is contained in:
parent
b7b0dafcca
commit
26b721973f
|
@ -5845,7 +5845,7 @@ namespace libtorrent
|
|||
std::string password_callback(int length, boost::asio::ssl::context::password_purpose p
|
||||
, std::string pw)
|
||||
{
|
||||
TORRENT_UNUSED(p);
|
||||
TORRENT_UNUSED(length);
|
||||
|
||||
if (p != boost::asio::ssl::context::for_reading) return "";
|
||||
return pw;
|
||||
|
|
Loading…
Reference in New Issue