summaryrefslogtreecommitdiff
path: root/clientloop.c
diff options
context:
space:
mode:
Diffstat (limited to 'clientloop.c')
-rw-r--r--clientloop.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/clientloop.c b/clientloop.c
index 49a943a73..721c27905 100644
--- a/clientloop.c
+++ b/clientloop.c
@@ -59,7 +59,7 @@
59 */ 59 */
60 60
61#include "includes.h" 61#include "includes.h"
62RCSID("$OpenBSD: clientloop.c,v 1.46 2001/01/29 16:55:36 markus Exp $"); 62RCSID("$OpenBSD: clientloop.c,v 1.47 2001/01/29 19:42:35 markus Exp $");
63 63
64#include "ssh.h" 64#include "ssh.h"
65#include "ssh1.h" 65#include "ssh1.h"
@@ -1069,6 +1069,8 @@ client_request_x11(const char *request_type, int rchan)
1069 } 1069 }
1070 packet_done(); 1070 packet_done();
1071 /* XXX check permission */ 1071 /* XXX check permission */
1072 debug("client_request_x11: request from %s %d", originator,
1073 originator_port);
1072 sock = x11_connect_display(); 1074 sock = x11_connect_display();
1073 if (sock >= 0) { 1075 if (sock >= 0) {
1074 newch = channel_new("x11", 1076 newch = channel_new("x11",