Skip to content

Commit 7e38ed0

Browse files
committed
fix rebase change
1 parent 66aaeee commit 7e38ed0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Microsoft.Data.SqlClient/src/Microsoft/Data/SqlClient/TdsParserStateObject.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -731,7 +731,7 @@ internal void SetTimeoutMilliseconds(long timeout)
731731

732732
internal void ThrowExceptionAndWarning(bool callerHasConnectionLock = false, bool asyncClose = false)
733733
{
734-
_parser.ThrowExceptionAndWarning(this, callerHasConnectionLock, asyncClose);
734+
_parser.ThrowExceptionAndWarning(this, null, callerHasConnectionLock, asyncClose);
735735
}
736736

737737
////////////////////////////////////////////

0 commit comments

Comments
 (0)