diff options
Diffstat (limited to 'channels.c')
-rw-r--r-- | channels.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/channels.c b/channels.c index 1d74efe0c..bb872dc94 100644 --- a/channels.c +++ b/channels.c | |||
@@ -40,7 +40,7 @@ | |||
40 | */ | 40 | */ |
41 | 41 | ||
42 | #include "includes.h" | 42 | #include "includes.h" |
43 | RCSID("$OpenBSD: channels.c,v 1.97 2001/03/04 00:03:59 markus Exp $"); | 43 | RCSID("$OpenBSD: channels.c,v 1.98 2001/03/04 17:42:28 millert Exp $"); |
44 | 44 | ||
45 | #include <openssl/rsa.h> | 45 | #include <openssl/rsa.h> |
46 | #include <openssl/dsa.h> | 46 | #include <openssl/dsa.h> |
@@ -521,7 +521,7 @@ channel_pre_x11_open_13(Channel *c, fd_set * readset, fd_set * writeset) | |||
521 | * We have received an X11 connection that has bad | 521 | * We have received an X11 connection that has bad |
522 | * authentication information. | 522 | * authentication information. |
523 | */ | 523 | */ |
524 | log("X11 connection rejected because of wrong authentication.\r\n"); | 524 | log("X11 connection rejected because of wrong authentication."); |
525 | buffer_clear(&c->input); | 525 | buffer_clear(&c->input); |
526 | buffer_clear(&c->output); | 526 | buffer_clear(&c->output); |
527 | close(c->sock); | 527 | close(c->sock); |