summaryrefslogtreecommitdiff
path: root/channels.c
diff options
context:
space:
mode:
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();