Skip to content

Commit 27d9e5b

Browse files
committed
Missed change in agent updates
1 parent 481e403 commit 27d9e5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/win32/win32compat/ssh-agent/agent-main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ int main(int argc, char **argv) {
105105
return 0;
106106
}
107107
*/
108-
if (argc == 2) {
108+
if (argc == 3) {
109109
/*agent process is likely a spawned child*/
110110
char* h = 0;
111111
h += atoi(*(argv + 1));

0 commit comments

Comments
 (0)