Skip to content

Commit

Permalink
do not have until we actually support it
Browse files Browse the repository at this point in the history
  • Loading branch information
puellanivis committed Apr 24, 2020
1 parent 00270b6 commit 7baac1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/files/socketfiles/unixsock.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ func (h *unixHandler) Open(ctx context.Context, uri *url.URL) (files.Reader, err

return newDatagramReader(ctx, sock), nil

case "unix", "unixpacket":
case "unix":
l, err := net.ListenUnix(network, laddr)
if err != nil {
return nil, files.PathError("open", uri.String(), err)
Expand Down

0 comments on commit 7baac1e

Please sign in to comment.