summaryrefslogtreecommitdiffstats
path: root/ssh.c
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2002-06-12 18:11:12 +0200
committerBen Lindstrom <mouring@eviladmin.org>2002-06-12 18:11:12 +0200
commitda394cae048e9106ad4f280c91e37ab0df2f1f97 (patch)
treea49e81f77adec60ac295dcc4166f5eadb201761d /ssh.c
parent - markus@cvs.openbsd.org 2002/06/11 23:03:54 (diff)
downloadopenssh-da394cae048e9106ad4f280c91e37ab0df2f1f97.tar.xz
openssh-da394cae048e9106ad4f280c91e37ab0df2f1f97.zip
- markus@cvs.openbsd.org 2002/06/12 01:09:52
[ssh.c] ssh_connect returns 0 on success
Diffstat (limited to 'ssh.c')
-rw-r--r--ssh.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ssh.c b/ssh.c
index 06549afde..24ee54142 100644
--- a/ssh.c
+++ b/ssh.c
@@ -40,7 +40,7 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: ssh.c,v 1.178 2002/06/11 23:03:54 markus Exp $");
+RCSID("$OpenBSD: ssh.c,v 1.179 2002/06/12 01:09:52 markus Exp $");
#include <openssl/evp.h>
#include <openssl/err.h>
@@ -620,7 +620,7 @@ again:
#else
original_effective_uid == 0 && options.use_privileged_port,
#endif
- options.proxy_command) < 0)
+ options.proxy_command) != 0)
exit(1);
/*