1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-10 01:48:00 +00:00

Merge Windows Pageant / OpenSSH fix from 'pre-0.79'.

This commit is contained in:
Simon Tatham 2023-07-12 20:55:13 +01:00
commit fecb51b03b

View File

@ -1741,7 +1741,7 @@ int WINAPI WinMain(HINSTANCE inst, HINSTANCE prev, LPSTR cmdline, int show)
MB_ICONERROR | MB_OK); MB_ICONERROR | MB_OK);
return 1; return 1;
} }
fprintf(fp, "IdentityAgent %s\n", pipename); fprintf(fp, "IdentityAgent \"%s\"\n", pipename);
fclose(fp); fclose(fp);
} }