Fix typo on rtp.c causing compiler error (FS-4511)

This commit is contained in:
Moises Silva
2012-08-11 16:19:11 -04:00
committed by Ken Rice
parent 812dacfb5c
commit fb38a8bbb8
+1 -1
View File
@@ -542,7 +542,7 @@ fail:
if (session) {
switch_core_session_destroy(&session);
}
return SWITCH_CAUSE_DESTINATION_OUT_OF_ORDER;
return SWITCH_STATUS_FALSE;
}