diff options
author | Riccardo Spagni <ric@spagni.net> | 2017-01-13 14:32:08 -0500 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2017-01-13 14:32:08 -0500 |
commit | aeeb24991a61a9d5cc4daadcb48e406cd73e2a7e (patch) | |
tree | 8a04aca1bf8b95f5f5603db9f71d4ac13d1629c1 /src | |
parent | Merge pull request #1513 (diff) | |
parent | Added (not yet enabled) HTTP client authentication (diff) | |
download | monero-aeeb24991a61a9d5cc4daadcb48e406cd73e2a7e.tar.xz |
Merge pull request #1523
d81cb087 Added (not yet enabled) HTTP client authentication (Lee Clagett)
Diffstat (limited to 'src')
-rw-r--r-- | src/wallet/wallet_rpc_server.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wallet/wallet_rpc_server.cpp b/src/wallet/wallet_rpc_server.cpp index 21965c4c8..d61b11f8a 100644 --- a/src/wallet/wallet_rpc_server.cpp +++ b/src/wallet/wallet_rpc_server.cpp @@ -125,7 +125,7 @@ namespace tools } } - epee::net_utils::http::http_auth::login login{}; + epee::net_utils::http::login login{}; const bool disable_auth = command_line::get_arg(vm, arg_disable_rpc_login); const std::string user_pass = command_line::get_arg(vm, arg_rpc_login); |