cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=8e7921dffad5afa11480c758c8faab3ae986022b
commit 8e7921dffad5afa11480c758c8faab3ae986022b Author: Cedric Bail <[email protected]> Date: Thu Nov 28 16:36:21 2013 +0900 ecore_con: remove unecessary code. --- src/lib/ecore_con/ecore_con_local.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib/ecore_con/ecore_con_local.c b/src/lib/ecore_con/ecore_con_local.c index 9dfea45..df86334 100644 --- a/src/lib/ecore_con/ecore_con_local.c +++ b/src/lib/ecore_con/ecore_con_local.c @@ -143,7 +143,6 @@ ecore_con_local_connect(Ecore_Con_Server *svr, } else { - socket_unix.sun_path[0] = '\0'; strncpy(socket_unix.sun_path, buf, sizeof(socket_unix.sun_path)); socket_unix_len = LENGTH_OF_SOCKADDR_UN(&socket_unix); } --
