summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2013-10-15 12:20:37 +1100
committerDamien Miller <djm@mindrot.org>2013-10-15 12:20:37 +1100
commit5359a628ce3763408da25d83271a8eddec597a0c (patch)
tree8d4c8f799102ef656a35c9fdbc0ad35ce04caa99
parent386feab0c4736b054585ee8ee372865d5cde8d69 (diff)
- [ssh.c] g/c unused variable.
-rw-r--r--ssh.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/ssh.c b/ssh.c
index 8dfc9bc1e..ad6ae0f4f 100644
--- a/ssh.c
+++ b/ssh.c
@@ -245,8 +245,6 @@ main(int ac, char **av)
245 int timeout_ms; 245 int timeout_ms;
246 extern int optind, optreset; 246 extern int optind, optreset;
247 extern char *optarg; 247 extern char *optarg;
248
249 struct servent *sp;
250 Forward fwd; 248 Forward fwd;
251 249
252 /* Ensure that fds 0, 1 and 2 are open or directed to /dev/null */ 250 /* Ensure that fds 0, 1 and 2 are open or directed to /dev/null */