From 4a55ab2de56c535856ff17776535f128022388d9 Mon Sep 17 00:00:00 2001 From: Robert Carman Date: Wed, 15 Mar 2023 10:26:33 -0400 Subject: [PATCH] apply ObjectAttributes fix for certain Windows environments Signed-off-by: Robert Carman --- pipe.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pipe.go b/pipe.go index ca6e38fc..b234cdf8 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 {