Commit 19b11ee5 authored by Geoff Simmons's avatar Geoff Simmons

Fix govarnishstat to use stats.Timeout().

parent e8327f13
......@@ -246,7 +246,7 @@ func main() {
}
if *tmo != notimeout {
if err := vstats.AttachTmo(*tmo); err != nil {
if err := vstats.Timeout(*tmo); err != nil {
errExit(err)
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment