Skip to content

Commit

Permalink
Codestyle tuning
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry Petrov committed May 10, 2023
1 parent 49fc35e commit ea83be6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fw/http_limits.c
Original file line number Diff line number Diff line change
Expand Up @@ -679,6 +679,7 @@ frang_http_host_check(const TfwHttpReq *req, FrangAcc *ra)
* Also this MUST be removed after #1870 is complete*/
if (test_bit(TFW_HTTP_B_ABSOLUTE_URI, req->flags)) {
TfwStr host;

tfw_http_msg_clnthdr_val(req,
&req->h_tbl->tbl[TFW_HTTP_HDR_HOST],
TFW_HTTP_HDR_HOST, &host);
Expand Down

0 comments on commit ea83be6

Please sign in to comment.