Skip to content

Commit

Permalink
Revert "tm: Allow t_reply_with_body() from failure route"
Browse files Browse the repository at this point in the history
This reverts commit c3d04de.
  • Loading branch information
razvancrainea committed Mar 4, 2020
1 parent c3d04de commit d1befcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/tm/tm.c
Expand Up @@ -232,7 +232,7 @@ static cmd_export_t cmds[]={
{"t_add_hdrs", (cmd_function)w_t_add_hdrs, 1, fixup_spve_null,
0, REQUEST_ROUTE },
{"t_reply_with_body",(cmd_function)w_t_reply_body, 3,fixup_t_send_reply,
0, REQUEST_ROUTE|FAILURE_ROUTE},
0, REQUEST_ROUTE },
{"t_new_request", (cmd_function)w_t_new_request, 4, fixup_t_new_request,
0, REQUEST_ROUTE|FAILURE_ROUTE|ONREPLY_ROUTE|BRANCH_ROUTE|LOCAL_ROUTE},
{"t_new_request", (cmd_function)w_t_new_request, 5, fixup_t_new_request,
Expand Down

0 comments on commit d1befcb

Please sign in to comment.