summaryrefslogtreecommitdiff
path: root/sshconnect.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2008-11-03 19:25:03 +1100
committerDamien Miller <djm@mindrot.org>2008-11-03 19:25:03 +1100
commitece92c8c5e03b1f927d0f8a8e6b3b37919c951c1 (patch)
treed6e23d4838bda2fca80d6d293377ce83936f2da4 /sshconnect.c
parentde7532e1d42a5af8d1766e3b693a3d0f45d11160 (diff)
- stevesk@cvs.openbsd.org 2008/10/14 18:11:33
[sshconnect.c] use #define ROQUIET here; no binary change. ok dtucker@
Diffstat (limited to 'sshconnect.c')
-rw-r--r--sshconnect.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sshconnect.c b/sshconnect.c
index ec8ba33e0..1c4c744ec 100644
--- a/sshconnect.c
+++ b/sshconnect.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: sshconnect.c,v 1.211 2008/07/01 07:24:22 dtucker Exp $ */ 1/* $OpenBSD: sshconnect.c,v 1.212 2008/10/14 18:11:33 stevesk Exp $ */
2/* 2/*
3 * Author: Tatu Ylonen <ylo@cs.hut.fi> 3 * Author: Tatu Ylonen <ylo@cs.hut.fi>
4 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland 4 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -741,8 +741,8 @@ check_host_key(char *hostname, struct sockaddr *hostaddr, u_short port,
741 if (options.host_key_alias == NULL && port != 0 && 741 if (options.host_key_alias == NULL && port != 0 &&
742 port != SSH_DEFAULT_PORT) { 742 port != SSH_DEFAULT_PORT) {
743 debug("checking without port identifier"); 743 debug("checking without port identifier");
744 if (check_host_key(hostname, hostaddr, 0, host_key, 2, 744 if (check_host_key(hostname, hostaddr, 0, host_key,
745 user_hostfile, system_hostfile) == 0) { 745 ROQUIET, user_hostfile, system_hostfile) == 0) {
746 debug("found matching key w/out port"); 746 debug("found matching key w/out port");
747 break; 747 break;
748 } 748 }