Browse Source

bump(github.com/coreos/go-systemd): 05a794e41e912eca8ebe1538241815f80da76d69

Ben Johnson 12 years ago
parent
commit
d32fd00bbb

+ 1 - 1
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() {
 func main() {
-	files := activation.Files()
+	files := activation.Files(true)
 
 
 	if len(files) != 1 {
 	if len(files) != 1 {
 		panic("Unexpected number of socket activation fds")
 		panic("Unexpected number of socket activation fds")