|
@@ -160,7 +160,7 @@ int t_continue(unsigned int hash_index, unsigned int label,
|
|
|
if (exec_pre_script_cb(&faked_req, FAILURE_CB_TYPE)>0) {
|
|
|
if (run_top_route(route, &faked_req)<0)
|
|
|
LOG(L_ERR, "ERROR: t_continue: Error in run_top_route\n");
|
|
|
- exec_pre_script_cb(&faked_req, FAILURE_CB_TYPE);
|
|
|
+ exec_post_script_cb(&faked_req, FAILURE_CB_TYPE);
|
|
|
}
|
|
|
/* TODO: save_msg_lumps should clone the lumps to shm mem */
|
|
|
|