Skip to content
Snippets Groups Projects
Commit 975d2348 authored by Yang Tse's avatar Yang Tse
Browse files

Revert "sspi: Code tidy up to remove unused variable."

This reverts commit 412510f9.
parent 13211705
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment