From 41915dceb0c49ffa85fec28ba831f1102f4b4e80 Mon Sep 17 00:00:00 2001 From: rcarman-r7 <79936748+rcarman-r7@users.noreply.github.com> Date: Thu, 16 Mar 2023 13:30:07 -0400 Subject: [PATCH] apply ObjectAttributes fix for certain Windows environments (#280) Signed-off-by: Robert Carman --- pipe.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pipe.go b/pipe.go index ca6e38f..b234cdf 100644 --- a/pipe.go +++ b/pipe.go @@ -279,6 +279,7 @@ func makeServerPipeHandle(path string, sd []byte, c *PipeConfig, first bool) (sy } defer localFree(ntPath.Buffer) oa.ObjectName = &ntPath + oa.Attributes = windows.OBJ_CASE_INSENSITIVE // The security descriptor is only needed for the first pipe. if first {