punt without return

This commit is contained in:
Brian West 2013-06-28 09:48:28 -05:00
parent 2ea31f5d95
commit a8e0cbfcde
1 changed files with 1 additions and 0 deletions

View File

@ -430,6 +430,7 @@ SWITCH_DECLARE(switch_status_t) switch_core_media_bug_add(switch_core_session_t
if (punt) {
switch_log_printf(SWITCH_CHANNEL_SESSION_LOG(session), SWITCH_LOG_ERROR, "Only one bug of this type allowed!\n");
return SWITCH_STATUS_GENERR;
}