Skip to content

Commit 6a3bf14

Browse files
committed
Merge branch '3.4-genesys' into TELECOM-11229
2 parents c3afbf9 + aa16888 commit 6a3bf14

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/sipmsgops/sipmsgops.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1362,7 +1362,7 @@ static int sip_validate_hdrs(struct sip_msg *msg)
13621362
}
13631363
if (parse_uri( to->uri.s, to->uri.len, &uri2)<0) {
13641364
LM_ERR("invalid uri [%.*s] in second [%.*s] "
1365-
"value\n", to->uri.len, redat_pii(to->uri.s),
1365+
"value\n", to->uri.len, redact_pii(to->uri.s),
13661366
hf2->name.len, hf2->name.s);
13671367
goto failed;
13681368
}

0 commit comments

Comments
 (0)