Skip to content

Commit c31ef97

Browse files
committed
remove trace
1 parent 9f2de24 commit c31ef97

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ protected override bool GenerateSspiClientContext(ReadOnlySpan<byte> incomingBlo
3131
return true;
3232
}
3333

34+
_negotiateAuth.Dispose();
35+
_negotiateAuth = null;
36+
3437
return false;
3538
}
3639
}

0 commit comments

Comments
 (0)