Assigning rpc_address.
This commit is contained in:
parent
0cbabbdab0
commit
ce4329228b
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ rai_daemon::daemon_config::daemon_config (bool & error_a, std::istream & input_a
|
|||
error_a = true;
|
||||
}
|
||||
boost::system::error_code ec;
|
||||
boost::asio::ip::address_v6::from_string (rpc_address_l, ec);
|
||||
rpc_address = boost::asio::ip::address_v6::from_string (rpc_address_l, ec);
|
||||
if (ec)
|
||||
{
|
||||
error_a = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue