From d32fd00bbb733225726dc352a57d18f6c658c56f Mon Sep 17 00:00:00 2001 From: Ben Johnson Date: Thu, 2 Jan 2014 16:41:31 -0700 Subject: [PATCH] bump(github.com/coreos/go-systemd): 05a794e41e912eca8ebe1538241815f80da76d69 --- .../go-systemd/examples/activation/httpserver/httpserver.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")