mirror of
https://github.com/curl/curl.git
synced 2026-06-04 20:34:16 +03:00
Revert "sspi: Code tidy up to remove unused variable."
This reverts commit 412510f974.
This commit is contained in:
parent
13211705cd
commit
975d23480c
1 changed files with 1 additions and 0 deletions
|
|
@ -106,6 +106,7 @@ CURLcode Curl_sspi_version(int *major, int *minor, int *build, int *special)
|
|||
{
|
||||
CURLcode result = CURLE_OK;
|
||||
VS_FIXEDFILEINFO *version_info = NULL;
|
||||
LPTSTR version = NULL;
|
||||
LPTSTR path = NULL;
|
||||
LPVOID data = NULL;
|
||||
DWORD size, handle;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue