mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-09 17:38:00 +00:00
Merge Windows Pageant / OpenSSH fix from 'pre-0.79'.
This commit is contained in:
commit
fecb51b03b
@ -1741,7 +1741,7 @@ int WINAPI WinMain(HINSTANCE inst, HINSTANCE prev, LPSTR cmdline, int show)
|
||||
MB_ICONERROR | MB_OK);
|
||||
return 1;
|
||||
}
|
||||
fprintf(fp, "IdentityAgent %s\n", pipename);
|
||||
fprintf(fp, "IdentityAgent \"%s\"\n", pipename);
|
||||
fclose(fp);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user