summaryrefslogtreecommitdiff
path: root/nchan.c
diff options
context:
space:
mode:
authordtucker <dtucker>2004-07-17 06:12:08 +0000
committerdtucker <dtucker>2004-07-17 06:12:08 +0000
commit30f740c96162c9eacc3b7a00ea1e30c6506ad107 (patch)
tree817269691c0012e64366066b19d8f1b42c48da24 /nchan.c
parent7486b08a115731a9be7eda04c1a1bbcdfa3a1880 (diff)
downloadopenssh-30f740c96162c9eacc3b7a00ea1e30c6506ad107.tar.gz
- deraadt@cvs.openbsd.org 2004/07/11 17:48:47
[channels.c cipher.c clientloop.c clientloop.h compat.h moduli.c readconf.c nchan.c pathnames.h progressmeter.c readconf.h servconf.c session.c sftp-client.c sftp.c ssh-agent.1 ssh-keygen.c ssh.c ssh1.h sshd.c ttymodes.h] spaces
Diffstat (limited to 'nchan.c')
-rw-r--r--nchan.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/nchan.c b/nchan.c
index ecf59c5d..aee3f37b 100644
--- a/nchan.c
+++ b/nchan.c
@@ -23,7 +23,7 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: nchan.c,v 1.50 2004/06/21 17:36:31 avsm Exp $");
+RCSID("$OpenBSD: nchan.c,v 1.51 2004/07/11 17:48:47 deraadt Exp $");
#include "ssh1.h"
#include "ssh2.h"
@@ -42,15 +42,15 @@ RCSID("$OpenBSD: nchan.c,v 1.50 2004/06/21 17:36:31 avsm Exp $");
* tear down of channels:
*
* 1.3: strict request-ack-protocol:
- * CLOSE ->
- * <- CLOSE_CONFIRM
+ * CLOSE ->
+ * <- CLOSE_CONFIRM
*
* 1.5: uses variations of:
- * IEOF ->
- * <- OCLOSE
- * <- IEOF
- * OCLOSE ->
- * i.e. both sides have to close the channel
+ * IEOF ->
+ * <- OCLOSE
+ * <- IEOF
+ * OCLOSE ->
+ * i.e. both sides have to close the channel
*
* 2.0: the EOF messages are optional
*