mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-05 10:34:54 +00:00
tweak
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8326 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
14bdb9357e
commit
f080f3a454
@ -957,7 +957,11 @@ int iax_init(char *ip, int preferredportno)
|
||||
{
|
||||
int portno = preferredportno;
|
||||
struct sockaddr_in sin;
|
||||
#ifdef WIN32
|
||||
socklen_t sinlen;
|
||||
#else
|
||||
unsigned int sinlen;
|
||||
#endif
|
||||
int flags;
|
||||
|
||||
init_time();
|
||||
|
Loading…
x
Reference in New Issue
Block a user