Skip to content

Commit

Permalink
Address review suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
apoorvdeshmukh committed Aug 22, 2023
1 parent 79c823e commit 291c8eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tds.go
Original file line number Diff line number Diff line change
Expand Up @@ -1243,7 +1243,7 @@ initiate_connection:
var config *tls.Config
if pc := p.TLSConfig; pc != nil {
config = pc
if config.DynamicRecordSizingDisabled == false {
if !config.DynamicRecordSizingDisabled {
config = config.Clone()

// fix for https://github.com/microsoft/go-mssqldb/issues/166
Expand Down

0 comments on commit 291c8eb

Please sign in to comment.