We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c08ebf commit 7cd0608Copy full SHA for 7cd0608
ssh-add.c
@@ -817,7 +817,7 @@ main(int argc, char **argv)
817
LogLevel log_level = SYSLOG_LEVEL_INFO;
818
struct sshkey *k, **certs = NULL;
819
struct dest_constraint **dest_constraints = NULL;
820
- size_t ndest_constraints = 0i, ncerts = 0;
+ size_t ndest_constraints = 0, ncerts = 0;
821
822
/* Ensure that fds 0, 1 and 2 are open or directed to /dev/null */
823
sanitise_stdfd();
0 commit comments