From: caro Date: Tue, 10 Jul 2012 05:18:00 +0000 (+0000) Subject: add note X-Git-Tag: submit/trunk/20120815.174732~101 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d88bdd78edbb2456b7f86b2c5241c468f08aac07;p=profile%2Fivi%2Fevas.git add note git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@73512 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/bin/evas_cserve2_main_loop_linux.c b/src/bin/evas_cserve2_main_loop_linux.c index d4b5dff..e8da352 100644 --- a/src/bin/evas_cserve2_main_loop_linux.c +++ b/src/bin/evas_cserve2_main_loop_linux.c @@ -193,6 +193,9 @@ _socketfd_handler(int fd __UNUSED__, Fd_Flags flags __UNUSED__, void *data __UNU ERR("Could not accept socket: \"%s\"", strerror(errno)); return; } + /* TODO: when porting to windows, do: + * SetHandleInformation(s, HANDLE_FLAG_INHERIT, 0) + */ fcntl(s, F_SETFD, FD_CLOEXEC); cserve2_client_accept(s);