Ecore-con: Use inet_ntop instead of getnameinfo.
authorkakaroto <kakaroto@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 29 Sep 2011 21:05:20 +0000 (21:05 +0000)
committerkakaroto <kakaroto@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 29 Sep 2011 21:05:20 +0000 (21:05 +0000)
commit4d5eeb24929e75862e45f43ef71b463a29682083
treeabbc574d3c1869f31b5ac6108ded0ae1d95f5008
parentd0af0c4055bfda6520b27945f746381695611bd0
Ecore-con: Use inet_ntop instead of getnameinfo.
getnameinfo is a blocking call would would resolve a sockaddr into
its hostname, not into an IP address, so the ip_get should use the
inet_ntop call instead.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@63682 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
src/lib/ecore_con/ecore_con.c