Skip to content

Commit

Permalink
Revert a merge error
Browse files Browse the repository at this point in the history
  • Loading branch information
David-Engel committed May 27, 2022
1 parent 8e01f6a commit 2962c57
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4022,7 +4022,7 @@ private bool TryProcessLoginAck(TdsParserStateObject stateObj, out SqlLoginAck s
return false;
}

byte[] b = new byte[TdsEnums.VERSION_SIZE];
Span<byte> b = stackalloc byte[TdsEnums.VERSION_SIZE];
if (!stateObj.TryReadByteArray(b, b.Length))
{
return false;
Expand Down

0 comments on commit 2962c57

Please sign in to comment.