clean up
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13452 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
ee95f09c7e
commit
9e1641dbf4
|
@ -541,6 +541,7 @@ SWITCH_STANDARD_API(stun_function)
|
||||||
}
|
}
|
||||||
|
|
||||||
stun_ip = strdup(cmd);
|
stun_ip = strdup(cmd);
|
||||||
|
switch_assert(stun_ip);
|
||||||
|
|
||||||
if ((p = strchr(stun_ip, ':'))) {
|
if ((p = strchr(stun_ip, ':'))) {
|
||||||
int iport;
|
int iport;
|
||||||
|
|
Loading…
Reference in New Issue