diff --git a/command/connect/envoy/exec_windows.go b/command/connect/envoy/exec_windows.go index 769950e63f..a1a72f3844 100644 --- a/command/connect/envoy/exec_windows.go +++ b/command/connect/envoy/exec_windows.go @@ -23,7 +23,7 @@ func makeBootstrapTemp(bootstrapJSON []byte) (string, error) { return tempFile, err } - f, err := mmap.Map(file) + f, err := mmap.Map(file, 0, 0) if err != nil { return tempFile, err }