summaryrefslogtreecommitdiff
path: root/channels.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2005-12-31 16:19:53 +1100
committerDamien Miller <djm@mindrot.org>2005-12-31 16:19:53 +1100
commit5eb137c6d11be7db14dc03ea12a74884bebea3e3 (patch)
treef467cd1a617e9357b44783bffdf838b8ef2eb84e /channels.c
parent8db70e2398ff1830e18533a75c6e8e5fa98a78e2 (diff)
- (djm) OpenBSD CVS Sync
- stevesk@cvs.openbsd.org 2005/12/28 22:46:06 [canohost.c channels.c clientloop.c] use 'break-in' for consistency; ok deraadt@ ok and input jmc@
Diffstat (limited to 'channels.c')
-rw-r--r--channels.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/channels.c b/channels.c
index e73dc247d..b431532a3 100644
--- a/channels.c
+++ b/channels.c
@@ -39,7 +39,7 @@
39 */ 39 */
40 40
41#include "includes.h" 41#include "includes.h"
42RCSID("$OpenBSD: channels.c,v 1.229 2005/12/12 13:46:18 markus Exp $"); 42RCSID("$OpenBSD: channels.c,v 1.230 2005/12/28 22:46:06 stevesk Exp $");
43 43
44#include "ssh.h" 44#include "ssh.h"
45#include "ssh1.h" 45#include "ssh1.h"
@@ -3025,7 +3025,7 @@ deny_input_open(int type, u_int32_t seq, void *ctxt)
3025 error("deny_input_open: type %d", type); 3025 error("deny_input_open: type %d", type);
3026 break; 3026 break;
3027 } 3027 }
3028 error("Warning: this is probably a break in attempt by a malicious server."); 3028 error("Warning: this is probably a break-in attempt by a malicious server.");
3029 packet_start(SSH_MSG_CHANNEL_OPEN_FAILURE); 3029 packet_start(SSH_MSG_CHANNEL_OPEN_FAILURE);
3030 packet_put_int(rchan); 3030 packet_put_int(rchan);
3031 packet_send(); 3031 packet_send();