FS-3067 segfault using busy-delay-time parameter

This commit is contained in:
Jeff Lenk 2011-02-28 10:02:11 -06:00
parent a5779d5431
commit c6f044d5a1
1 changed files with 1 additions and 1 deletions

View File

@ -1223,7 +1223,7 @@ static switch_status_t load_agent(const char *agent_name)
cc_agent_update("reject_delay_time", reject_delay_time, agent_name);
}
if (busy_delay_time) {
cc_agent_update("busy_delay_time", reject_delay_time, agent_name);
cc_agent_update("busy_delay_time", busy_delay_time, agent_name);
}
if (type && res == CC_STATUS_AGENT_ALREADY_EXIST) {