Skip to content

Commit 13ab3b4

Browse files
twsouthwickmdaigle
andauthored
Update src/Microsoft.Data.SqlClient/src/Microsoft/Data/SqlClient/SSPI/SSPIContextProvider.cs
Co-authored-by: Malcolm Daigle <daiglemalcolm@gmail.com>
1 parent a232ac8 commit 13ab3b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Microsoft.Data.SqlClient/src/Microsoft/Data/SqlClient/SSPI/SSPIContextProvider.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ private protected virtual void Initialize()
3131
internal void SSPIData(ReadOnlySpan<byte> receivedBuff, IBufferWriter<byte> outgoingBlobWriter, string serverSpn)
3232
=> SSPIData(receivedBuff, outgoingBlobWriter, new[] { serverSpn });
3333

34-
internal void SSPIData(ReadOnlySpan<byte> receivedBuff, IBufferWriter<byte> outgoingBlobWriter, string[] serverSpn)
34+
internal void SSPIData(ReadOnlySpan<byte> receivedBuff, IBufferWriter<byte> outgoingBlobWriter, string[] serverSpns)
3535
{
3636
using (TrySNIEventScope.Create(nameof(SSPIContextProvider)))
3737
{

0 commit comments

Comments
 (0)