diff --git a/policy/protocols/http/utils.bro b/policy/protocols/http/utils.bro index a8eb680ede..1689503ac0 100644 --- a/policy/protocols/http/utils.bro +++ b/policy/protocols/http/utils.bro @@ -36,5 +36,5 @@ function build_url(h: Info): string function build_url_http(h: Info): string { - return fmt("http://%s", build_url); + return fmt("http://%s", build_url(h)); } \ No newline at end of file