Cleaning up logically dead code.

This commit is contained in:
William King 2013-05-25 07:02:33 -07:00
parent acf9a72e3f
commit f04842d4c8
1 changed files with 1 additions and 1 deletions

View File

@ -1724,7 +1724,7 @@ static void *SWITCH_THREAD_FUNC outbound_agent_thread_run(switch_thread_t *threa
break;
/* Protection againts super fast loop due to unregistrer */
case SWITCH_CAUSE_USER_NOT_REGISTERED:
delay_next_agent_call = (5 > delay_next_agent_call? 5 : delay_next_agent_call);
delay_next_agent_call = 5;
break;
/* No answer: Destination does not answer for some other reason */
default: