We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 300387d + 145f94d commit 3a0d101Copy full SHA for 3a0d101
src/Microsoft.Data.SqlClient/netfx/src/Microsoft/Data/SqlClient/TdsParser.cs
@@ -703,7 +703,6 @@ internal void Connect(ServerInfo serverInfo,
703
_encryptionOption = EncryptionOptions.NOT_SUP;
704
}
705
706
- // UNDONE - send "" for instance now, need to fix later
707
SqlClientEventSource.Log.TryTraceEvent("<sc.TdsParser.Connect|SEC> Sending prelogin handshake");
708
709
SendPreLoginHandshake(
0 commit comments