Skip to content

Commit

Permalink
frang: fix incorrect start state in frang callback
Browse files Browse the repository at this point in the history
  • Loading branch information
vankoven committed Jul 14, 2019
1 parent f9fd00e commit 6b4f1be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tempesta_fw/http_limits.c
Original file line number Diff line number Diff line change
Expand Up @@ -1291,7 +1291,7 @@ static FrangGfsmHook frang_gfsm_hooks[] = {
.prio = -1,
.hook_state = TFW_HTTP_FSM_RESP_MSG_FWD,
.fsm_id = TFW_FSM_FRANG_RESP,
.st0 = TFW_FRANG_RESP_FSM_INIT,
.st0 = TFW_FRANG_RESP_FSM_FWD,
.name = "response_fwd",
},
};
Expand Down

0 comments on commit 6b4f1be

Please sign in to comment.