mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-05-19 22:18:19 +00:00
fix null warning
This commit is contained in:
parent
aad8daffa0
commit
153a3b3d96
@ -8283,7 +8283,9 @@ void sofia_handle_sip_i_invite(nua_t *nua, sofia_profile_t *profile, nua_handle_
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
switch_log_printf(SWITCH_CHANNEL_SESSION_LOG(session), SWITCH_LOG_CRIT, "Setting NAT mode based on %s\n", is_nat);
|
if (is_nat) {
|
||||||
|
switch_log_printf(SWITCH_CHANNEL_SESSION_LOG(session), SWITCH_LOG_CRIT, "Setting NAT mode based on %s\n", is_nat);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
if (app && data && !strcasecmp(app, "conference")) {
|
if (app && data && !strcasecmp(app, "conference")) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user