mirror of
https://github.com/zeek/zeek.git
synced 2025-10-17 14:08:20 +00:00
Fixed a bug in the HTTP:build_url_http function.
This commit is contained in:
parent
93f1b53165
commit
856fd37759
1 changed files with 1 additions and 1 deletions
|
@ -36,5 +36,5 @@ function build_url(h: Info): string
|
||||||
|
|
||||||
function build_url_http(h: Info): string
|
function build_url_http(h: Info): string
|
||||||
{
|
{
|
||||||
return fmt("http://%s", build_url);
|
return fmt("http://%s", build_url(h));
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue