mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-29 00:34:33 +02:00
- [ssh.c] g/c unused variable.
This commit is contained in:
parent
386feab0c4
commit
5359a628ce
2
ssh.c
2
ssh.c
@ -245,8 +245,6 @@ main(int ac, char **av)
|
|||||||
int timeout_ms;
|
int timeout_ms;
|
||||||
extern int optind, optreset;
|
extern int optind, optreset;
|
||||||
extern char *optarg;
|
extern char *optarg;
|
||||||
|
|
||||||
struct servent *sp;
|
|
||||||
Forward fwd;
|
Forward fwd;
|
||||||
|
|
||||||
/* 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 */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user