return the right status in megaco_activate_termination()
This commit is contained in:
parent
7008aa181a
commit
9ef68f1b91
|
@ -203,7 +203,7 @@ done:
|
|||
}
|
||||
switch_event_destroy(&var_event);
|
||||
|
||||
return SWITCH_STATUS_SUCCESS;
|
||||
return status;
|
||||
}
|
||||
|
||||
switch_status_t megaco_prepare_tdm_termination(mg_termination_t *term)
|
||||
|
|
Loading…
Reference in New Issue