summaryrefslogtreecommitdiff
path: root/session.h
diff options
context:
space:
mode:
authormarkus@openbsd.org <markus@openbsd.org>2016-08-13 17:47:40 +0000
committerDamien Miller <djm@mindrot.org>2016-08-14 11:19:14 +1000
commit6cb6dcffe1a2204ba9006de20f73255c268fcb6b (patch)
tree235267a1264f9363c39c4c0b11b59384e9acbdcf /session.h
parent42d47adc5ad1187f22c726cbc52e71d6b1767ca2 (diff)
upstream commit
remove ssh1 server code; ok djm@ Upstream-ID: c24c0c32c49b91740d5a94ae914fb1898ea5f534
Diffstat (limited to 'session.h')
-rw-r--r--session.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/session.h b/session.h
index f18eaf329..98e1dafee 100644
--- a/session.h
+++ b/session.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: session.h,v 1.32 2016/03/07 19:02:43 djm Exp $ */ 1/* $OpenBSD: session.h,v 1.33 2016/08/13 17:47:41 markus Exp $ */
2 2
3/* 3/*
4 * Copyright (c) 2000, 2001 Markus Friedl. All rights reserved. 4 * Copyright (c) 2000, 2001 Markus Friedl. All rights reserved.
@@ -51,7 +51,6 @@ struct Session {
51 char *auth_data; 51 char *auth_data;
52 int single_connection; 52 int single_connection;
53 53
54 /* proto 2 */
55 int chanid; 54 int chanid;
56 int *x11_chanids; 55 int *x11_chanids;
57 int is_subsystem; 56 int is_subsystem;