From 896bafad9fb7ca1febce8d4e484bce4a2a943860 Mon Sep 17 00:00:00 2001 From: kosipov Date: Sat, 11 Apr 2026 12:08:15 +0300 Subject: [PATCH] Log upstream proxy credentials --- Program.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Program.cs b/Program.cs index 4b1d7f6..ea19381 100644 --- a/Program.cs +++ b/Program.cs @@ -787,7 +787,7 @@ sealed class SspiProxyAuthenticator : IDisposable inDescPtr, 0, out _ctx, - out outDesc, + ref outDesc, out attrs, out expiry); } @@ -803,7 +803,7 @@ sealed class SspiProxyAuthenticator : IDisposable inDescPtr, 0, out _ctx, - out outDesc, + ref outDesc, out attrs, out expiry); } @@ -888,7 +888,7 @@ sealed class SspiProxyAuthenticator : IDisposable IntPtr pInput, int Reserved2, out SecHandle phNewContext, - out SecBufferDesc pOutput, + ref SecBufferDesc pOutput, out uint pfContextAttr, out FILETIME ptsExpiry); @@ -903,7 +903,7 @@ sealed class SspiProxyAuthenticator : IDisposable IntPtr pInput, int Reserved2, out SecHandle phNewContext, - out SecBufferDesc pOutput, + ref SecBufferDesc pOutput, out uint pfContextAttr, out FILETIME ptsExpiry);