summaryrefslogtreecommitdiff
path: root/channels.c
diff options
context:
space:
mode:
Diffstat (limited to 'channels.c')
-rw-r--r--channels.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels.c b/channels.c
index d16493001..239da8e9b 100644
--- a/channels.c
+++ b/channels.c
@@ -128,7 +128,7 @@ static u_int x11_saved_data_len = 0;
128 * Fake X11 authentication data. This is what the server will be sending us; 128 * Fake X11 authentication data. This is what the server will be sending us;
129 * we should replace any occurrences of this by the real data. 129 * we should replace any occurrences of this by the real data.
130 */ 130 */
131static char *x11_fake_data = NULL; 131static u_char *x11_fake_data = NULL;
132static u_int x11_fake_data_len; 132static u_int x11_fake_data_len;
133 133
134 134