Skip to content

Commit 41915dc

Browse files
authored
apply ObjectAttributes fix for certain Windows environments (#280)
Signed-off-by: Robert Carman <[email protected]>
1 parent 2a14e68 commit 41915dc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pipe.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,7 @@ func makeServerPipeHandle(path string, sd []byte, c *PipeConfig, first bool) (sy
279279
}
280280
defer localFree(ntPath.Buffer)
281281
oa.ObjectName = &ntPath
282+
oa.Attributes = windows.OBJ_CASE_INSENSITIVE
282283

283284
// The security descriptor is only needed for the first pipe.
284285
if first {

0 commit comments

Comments
 (0)