mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-31 01:35:11 +02:00
update ssh-add where imaginary i GNU syntax is used
This commit is contained in:
parent
aeb3bbe81d
commit
e98172c2eb
@ -825,7 +825,12 @@ main(int argc, char **argv)
|
|||||||
LogLevel log_level = SYSLOG_LEVEL_INFO;
|
LogLevel log_level = SYSLOG_LEVEL_INFO;
|
||||||
struct sshkey *k, **certs = NULL;
|
struct sshkey *k, **certs = NULL;
|
||||||
struct dest_constraint **dest_constraints = NULL;
|
struct dest_constraint **dest_constraints = NULL;
|
||||||
|
#ifdef WINDOWS
|
||||||
|
// when ndest_contraints is implemented, will have to use complex I
|
||||||
|
size_t ndest_constraints = 0, ncerts = 0;
|
||||||
|
#else
|
||||||
size_t ndest_constraints = 0i, ncerts = 0;
|
size_t ndest_constraints = 0i, ncerts = 0;
|
||||||
|
#endif /* WINDOWS */
|
||||||
|
|
||||||
/* Ensure that fds 0, 1 and 2 are open or directed to /dev/null */
|
/* Ensure that fds 0, 1 and 2 are open or directed to /dev/null */
|
||||||
sanitise_stdfd();
|
sanitise_stdfd();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user