return the right status in megaco_activate_termination()

This commit is contained in:
Mathieu Rene 2012-08-15 11:30:12 -04:00
parent 7008aa181a
commit 9ef68f1b91
1 changed files with 1 additions and 1 deletions

View File

@ -203,7 +203,7 @@ done:
} }
switch_event_destroy(&var_event); switch_event_destroy(&var_event);
return SWITCH_STATUS_SUCCESS; return status;
} }
switch_status_t megaco_prepare_tdm_termination(mg_termination_t *term) switch_status_t megaco_prepare_tdm_termination(mg_termination_t *term)