提交 a0c5978a authored 作者: Andrew Thompson's avatar Andrew Thompson

Huh, I guess that was a socket not a file descriptor

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13766 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 b32ea95f
...@@ -119,7 +119,7 @@ ...@@ -119,7 +119,7 @@
/> />
<Tool <Tool
Name="VCLinkerTool" Name="VCLinkerTool"
AdditionalOptions="&quot;C:\cygwin\home\andrew\otp_src_R13B01\lib\erl_interface\obj.debug\win32/ei.lib&quot;" AdditionalOptions="&quot;C:\cygwin\home\andrew\otp_src_R13B01\lib\erl_interface\obj.debug\win32/ei.lib&quot; /NODEFAULTLIB:libcmt"
RandomizedBaseAddress="1" RandomizedBaseAddress="1"
DataExecutionPrevention="0" DataExecutionPrevention="0"
/> />
......
...@@ -1586,7 +1586,7 @@ SWITCH_MODULE_RUNTIME_FUNCTION(mod_erlang_event_runtime) ...@@ -1586,7 +1586,7 @@ SWITCH_MODULE_RUNTIME_FUNCTION(mod_erlang_event_runtime)
/* cleanup epmd registration */ /* cleanup epmd registration */
ei_unpublish(&ec); ei_unpublish(&ec);
close(epmdfd); close_socket(&epmdfd);
init_failed: init_failed:
close_socket(&listen_list.sockfd); close_socket(&listen_list.sockfd);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论