提交 96d9febc authored 作者: Michael Jerris's avatar Michael Jerris

type stupidity

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8398 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 d8aa592d
......@@ -2984,7 +2984,12 @@ void iax_destroy(struct iax_session *session)
static struct iax_event *iax_net_read(void)
{
unsigned char buf[65536];
int res, sinlen;
int res;
#ifdef WIN32
socklen_t sinlen;
#else
unsigned int sinlen;
#endif
struct sockaddr_in sin;
sinlen = sizeof(sin);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论