git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13452 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Brian West 2009-05-27 02:38:39 +00:00
parent ee95f09c7e
commit 9e1641dbf4
1 changed files with 1 additions and 0 deletions

View File

@ -541,6 +541,7 @@ SWITCH_STANDARD_API(stun_function)
}
stun_ip = strdup(cmd);
switch_assert(stun_ip);
if ((p = strchr(stun_ip, ':'))) {
int iport;