mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
Fix spelling of existent in a few places.
(closes issue #12409) Reported by: candlerb git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@114024 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1870,7 +1870,7 @@ int ast_rtp_early_bridge(struct ast_channel *c0, struct ast_channel *c1)
|
||||
ast_channel_unlock(c1);
|
||||
return 0;
|
||||
}
|
||||
/* Consider empty media as non-existant */
|
||||
/* Consider empty media as non-existent */
|
||||
if (audio_src_res == AST_RTP_TRY_NATIVE && !srcp->them.sin_addr.s_addr)
|
||||
srcp = NULL;
|
||||
if (srcp && (srcp->nat || ast_test_flag(srcp, FLAG_NAT_ACTIVE)))
|
||||
|
Reference in New Issue
Block a user