ecore_con: remove unecessary code.

This commit is contained in:
Cedric Bail 2013-11-28 16:36:21 +09:00
parent 5e3d934302
commit 8e7921dffa
1 changed files with 0 additions and 1 deletions

View File

@ -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);
}