mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-05 03:41:53 +00:00
Fix typo on rtp.c causing compiler error (FS-4511)
This commit is contained in:
@@ -542,7 +542,7 @@ fail:
|
||||
if (session) {
|
||||
switch_core_session_destroy(&session);
|
||||
}
|
||||
return SWITCH_CAUSE_DESTINATION_OUT_OF_ORDER;
|
||||
return SWITCH_STATUS_FALSE;
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user