fix windows build
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14458 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
37716e7d15
commit
55bfb7d55a
|
@ -1323,8 +1323,8 @@ SWITCH_MODULE_SHUTDOWN_FUNCTION(mod_skypiax_shutdown)
|
|||
close(tech_pvt->SkypiaxHandles.fdesc[0]);
|
||||
shutdown(tech_pvt->SkypiaxHandles.fdesc[1], 2);
|
||||
close(tech_pvt->SkypiaxHandles.fdesc[1]);
|
||||
}
|
||||
#endif /* WIN32 */
|
||||
}
|
||||
|
||||
}
|
||||
switch_safe_free(globals.dialplan);
|
||||
|
|
Loading…
Reference in New Issue