Skip to content

Commit 7cd0608

Browse files
committed
Fixed a non-impactful typo in ssh-add.c. This fix comes from the
mailing list where it was confirmed to be a typo.
1 parent 2c08ebf commit 7cd0608

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ssh-add.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -817,7 +817,7 @@ main(int argc, char **argv)
817817
LogLevel log_level = SYSLOG_LEVEL_INFO;
818818
struct sshkey *k, **certs = NULL;
819819
struct dest_constraint **dest_constraints = NULL;
820-
size_t ndest_constraints = 0i, ncerts = 0;
820+
size_t ndest_constraints = 0, ncerts = 0;
821821

822822
/* Ensure that fds 0, 1 and 2 are open or directed to /dev/null */
823823
sanitise_stdfd();

0 commit comments

Comments
 (0)