Skip to content

Commit

Permalink
compression: Fix potential copy-paste error
Browse files Browse the repository at this point in the history
CID #58327
  • Loading branch information
oanatitoc committed Sep 24, 2024
1 parent 619c234 commit 1ac4260
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/compression/compression.c
Original file line number Diff line number Diff line change
Expand Up @@ -1811,7 +1811,7 @@ static int mc_decompress(struct sip_msg* msg)

b64_required=0;
if (hdr_vec[2]) {
parse_algo_hdr(hdr_vec[3], &algo, &b64_required);
parse_algo_hdr(hdr_vec[2], &hdrs_algo, &b64_required);
}

if (b64_required > 0 && hdr_vec[1]) {
Expand Down

0 comments on commit 1ac4260

Please sign in to comment.