diff --git a/third_party/github.com/coreos/go-systemd/examples/activation/httpserver/httpserver.go b/third_party/github.com/coreos/go-systemd/examples/activation/httpserver/httpserver.go index d47bfe5a4..db12ecf61 100644 --- a/third_party/github.com/coreos/go-systemd/examples/activation/httpserver/httpserver.go +++ b/third_party/github.com/coreos/go-systemd/examples/activation/httpserver/httpserver.go @@ -13,7 +13,7 @@ func HelloServer(w http.ResponseWriter, req *http.Request) { } func main() { - files := activation.Files() + files := activation.Files(true) if len(files) != 1 { panic("Unexpected number of socket activation fds")