mirror of
https://github.com/PowerShell/Win32-OpenSSH.git
synced 2025-07-23 14:04:59 +02:00
Missed change in agent updates
This commit is contained in:
parent
481e403518
commit
27d9e5bb33
@ -105,7 +105,7 @@ int main(int argc, char **argv) {
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
*/
|
*/
|
||||||
if (argc == 2) {
|
if (argc == 3) {
|
||||||
/*agent process is likely a spawned child*/
|
/*agent process is likely a spawned child*/
|
||||||
char* h = 0;
|
char* h = 0;
|
||||||
h += atoi(*(argv + 1));
|
h += atoi(*(argv + 1));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user