Suppose Device trying to connect with a wifi router which does not support IPV6. 65/187265/1
authorBhaskar Dutta <bhaskar.d@samsung.com>
Tue, 21 Aug 2018 09:20:57 +0000 (14:50 +0530)
committerBhaskar Dutta <bhaskar.d@samsung.com>
Tue, 21 Aug 2018 09:22:46 +0000 (14:52 +0530)
commitafff118d65ed2025921408235af65e78ca97cb32
tree9e10e49e4377d71c5b3b58de44249b3b5f51b32c
parent6242a7241d6dde699a3f5bb6afa759c2b350c8b4
Suppose Device trying to connect with a wifi router which does not support IPV6.
In that Case __profile_convert_ip_to_string() function will be called for IPV6
address family and if net_info->IpAddr is passed as 1st argument, sometime garbage
ip like "c0a8:5::" could be set to output variable ip_address(passed by Application).

Change-Id: I3695f3720653c6b2b96d4766b27dfb17da44ccc2
Signed-off-by: Bhaskar Dutta <bhaskar.d@samsung.com>
src/connection_profile.c