Unverified Commit c94a5077 authored by kharade's avatar kharade

formatting fix

parent 336a7f03
...@@ -338,8 +338,8 @@ bool api_conv::profile_api_to_nrf_profile( ...@@ -338,8 +338,8 @@ bool api_conv::profile_api_to_nrf_profile(
ip_endpoint_t ip_end; ip_endpoint_t ip_end;
IPV4_STR_ADDR_TO_INADDR( IPV4_STR_ADDR_TO_INADDR(
v.getIpv4Address().c_str(), ip_end.ipv4_address, ""); v.getIpv4Address().c_str(), ip_end.ipv4_address, "");
ip_end.port = v.getPort(); ip_end.port = v.getPort();
//ip_end.transport = v.getTransport(); // ip_end.transport = v.getTransport();
ns.ip_endpoints.push_back(ip_end); ns.ip_endpoints.push_back(ip_end);
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment