Skip to content

Commit e894bb1

Browse files
committed
fix merge issue
1 parent d5621d5 commit e894bb1

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/NegotiateSspiContextProvider.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ protected override bool GenerateContext(ReadOnlySpan<byte> incomingBlob, IBuffer
2020

2121
// Log session id, status code and the actual SPN used in the negotiation
2222
SqlClientEventSource.Log.TryTraceEvent("{0}.{1} | Info | Session Id {2}, StatusCode={3}, SPN={4}", nameof(NegotiateSspiContextProvider),
23-
nameof(GenerateSspiClientContext), _physicalStateObj.SessionId, statusCode, negotiateAuth.TargetName);
23+
nameof(GenerateContext), _physicalStateObj.SessionId, statusCode, negotiateAuth.TargetName);
2424

2525
if (statusCode == NegotiateAuthenticationStatusCode.Completed || statusCode == NegotiateAuthenticationStatusCode.ContinueNeeded)
2626
{

0 commit comments

Comments
 (0)