Skip to content

Commit

Permalink
nochangelog: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
n-g committed Nov 3, 2023
1 parent 9d433f1 commit c75261a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/quicproxy/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ func NewServer(ctx context.Context, opts ServerOpts) (*Server, error) {
return nil, err
}

srv.listener = listener
srv.listener = *listener
return srv, nil
}

Expand Down

0 comments on commit c75261a

Please sign in to comment.