]> andersk Git - openssh.git/blobdiff - ssh.c
- markus@cvs.openbsd.org 2002/03/19 10:49:35
[openssh.git] / ssh.c
diff --git a/ssh.c b/ssh.c
index 117a0930b0b4ef4529cd9e24e87e1340f24fb8de..7c57ca790c6799dc1bd9b78930b9b9bde42aadbc 100644 (file)
--- a/ssh.c
+++ b/ssh.c
@@ -39,7 +39,7 @@
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: ssh.c,v 1.164 2002/02/14 23:28:00 markus Exp $");
+RCSID("$OpenBSD: ssh.c,v 1.165 2002/03/19 10:49:35 markus Exp $");
 
 #include <openssl/evp.h>
 #include <openssl/err.h>
@@ -475,7 +475,7 @@ again:
                                /* NOTREACHED */
                        }
                        if ((fwd_port = a2port(sfwd_port)) == 0 ||
-                           (fwd_host_port = a2port(sfwd_host_port)) == 0) {
+                           (fwd_host_port = a2port(sfwd_host_port)) == 0) {
                                fprintf(stderr,
                                    "Bad forwarding port(s) '%s'\n", optarg);
                                exit(1);
This page took 0.036367 seconds and 4 git commands to generate.