Fix typo on rtp.c causing compiler error (FS-4511)
This commit is contained in:
parent
e69a5a3037
commit
6732eae971
|
@ -542,7 +542,7 @@ fail:
|
|||
if (session) {
|
||||
switch_core_session_destroy(&session);
|
||||
}
|
||||
return SWITCH_CAUSE_DESTINATION_OUT_OF_ORDER;
|
||||
return SWITCH_STATUS_FALSE;
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue