Skip to content

Commit 3a0d101

Browse files
committed
Merge branch 'merge-tdsparser-removecomments' of https://github.com/MichelZ/SqlClient into merge-tdsparser-removecomments
2 parents 300387d + 145f94d commit 3a0d101

File tree

1 file changed

+0
-1
lines changed
  • src/Microsoft.Data.SqlClient/netfx/src/Microsoft/Data/SqlClient

1 file changed

+0
-1
lines changed

src/Microsoft.Data.SqlClient/netfx/src/Microsoft/Data/SqlClient/TdsParser.cs

-1
Original file line numberDiff line numberDiff line change
@@ -703,7 +703,6 @@ internal void Connect(ServerInfo serverInfo,
703703
_encryptionOption = EncryptionOptions.NOT_SUP;
704704
}
705705

706-
// UNDONE - send "" for instance now, need to fix later
707706
SqlClientEventSource.Log.TryTraceEvent("<sc.TdsParser.Connect|SEC> Sending prelogin handshake");
708707

709708
SendPreLoginHandshake(

0 commit comments

Comments
 (0)