Assigning rpc_address.

This commit is contained in:
clemahieu 2014-11-05 23:03:18 -06:00
commit ce4329228b

View file

@ -63,7 +63,7 @@ rai_daemon::daemon_config::daemon_config (bool & error_a, std::istream & input_a
error_a = true; error_a = true;
} }
boost::system::error_code ec; 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) if (ec)
{ {
error_a = true; error_a = true;