Skip to content

Commit

Permalink
fix compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
h0nIg authored May 21, 2024
1 parent 606d231 commit 92fdb2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pgconn/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -801,7 +801,7 @@ func parsePort(s string) (uint16, error) {

func makeDefaultDialer() *net.Dialer {
// rely on GOLANG KeepAlive settings
return net.Dialer
return &net.Dialer{}
}

func makeDefaultResolver() *net.Resolver {
Expand Down

0 comments on commit 92fdb2f

Please sign in to comment.