make clang happy

SVN revision: 45146
This commit is contained in:
Sebastian Dransfeld 2010-01-14 23:47:26 +00:00
parent ef658ccd74
commit e7acf50935
1 changed files with 1 additions and 0 deletions

View File

@ -1051,6 +1051,7 @@ _ecore_con_svr_handler(void *data, Ecore_Fd_Handler *fd_handler __UNUSED__)
/* a new client */
size_in = sizeof(struct sockaddr_in);
bzero(&incoming, size_in);
new_fd = accept(svr->fd, (struct sockaddr *)&incoming, (socklen_t *)&size_in);
if (new_fd >= 0)
{