diff options
Diffstat (limited to 'shim/v1/cli/cli.go')
-rw-r--r-- | shim/v1/cli/cli.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/shim/v1/cli/cli.go b/shim/v1/cli/cli.go index 1a502eabd..cdf60cc2e 100644 --- a/shim/v1/cli/cli.go +++ b/shim/v1/cli/cli.go @@ -164,7 +164,6 @@ func serve(server *ttrpc.Server, path string) error { ) if path == "" { l, err = net.FileListener(os.NewFile(3, "socket")) - path = "[inherited from parent]" } else { if len(path) > 106 { return fmt.Errorf("%q: unix socket path too long (> 106)", path) |