diff options
author | Cedric Bail <cedric.bail@samsung.com> | 2013-11-28 16:36:21 +0900 |
---|---|---|
committer | Cedric Bail <cedric.bail@samsung.com> | 2013-11-28 16:36:21 +0900 |
commit | 8e7921dffad5afa11480c758c8faab3ae986022b (patch) | |
tree | e5e95878c3ab20d458734cabd3d684853a05e5df | |
parent | 5e3d934302e08e34c907673cd8280a32b753fbec (diff) |
ecore_con: remove unecessary code.
-rw-r--r-- | src/lib/ecore_con/ecore_con_local.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/ecore_con/ecore_con_local.c b/src/lib/ecore_con/ecore_con_local.c index 9dfea4593..df86334c5 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); } |