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
This commit is contained in:
Andrew Thompson 2009-06-11 23:48:08 +00:00
parent b32ea95f68
commit a0c5978a84
2 changed files with 2 additions and 2 deletions

View File

@ -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"
/> />

View File

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