diff options
author | Damien Miller <djm@mindrot.org> | 2013-10-15 12:20:37 +1100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2013-10-15 12:20:37 +1100 |
commit | 5359a628ce3763408da25d83271a8eddec597a0c (patch) | |
tree | 8d4c8f799102ef656a35c9fdbc0ad35ce04caa99 /ssh.c | |
parent | 386feab0c4736b054585ee8ee372865d5cde8d69 (diff) | |
download | openssh-git-5359a628ce3763408da25d83271a8eddec597a0c.tar.gz |
- [ssh.c] g/c unused variable.
Diffstat (limited to 'ssh.c')
-rw-r--r-- | ssh.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -245,8 +245,6 @@ main(int ac, char **av) int timeout_ms; extern int optind, optreset; extern char *optarg; - - struct servent *sp; Forward fwd; /* Ensure that fds 0, 1 and 2 are open or directed to /dev/null */ |