Skip to content

Commit

Permalink
Missed change in agent updates
Browse files Browse the repository at this point in the history
  • Loading branch information
manojampalam committed Sep 12, 2016
1 parent 481e403 commit 27d9e5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/win32/win32compat/ssh-agent/agent-main.c
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ int main(int argc, char **argv) {
return 0;
}
*/
if (argc == 2) {
if (argc == 3) {
/*agent process is likely a spawned child*/
char* h = 0;
h += atoi(*(argv + 1));
Expand Down

0 comments on commit 27d9e5b

Please sign in to comment.