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