summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2011-05-15 08:46:54 +1000
committerDamien Miller <djm@mindrot.org>2011-05-15 08:46:54 +1000
commitc067f6256048f01e646cc3db71ad3d836a742ac1 (patch)
tree3e68affcc4afa1b365fe83c467f6181558ee99e8
parenta6bbbe465825338637ad68b41c68827be732cc82 (diff)
- djm@cvs.openbsd.org 2011/05/06 22:20:10
[PROTOCOL.mux] fix numbering; from bert.wesarg AT googlemail.com
-rw-r--r--ChangeLog3
-rw-r--r--PROTOCOL.mux4
2 files changed, 5 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 7527d765..0a3b9358 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -39,6 +39,9 @@
- djm@cvs.openbsd.org 2011/05/06 21:38:58
[ssh.c]
fix dropping from previous diff
+ - djm@cvs.openbsd.org 2011/05/06 22:20:10
+ [PROTOCOL.mux]
+ fix numbering; from bert.wesarg AT googlemail.com
20110510
- (dtucker) [openbsd-compat/openssl-compat.{c,h}] Bug #1882: fix
diff --git a/PROTOCOL.mux b/PROTOCOL.mux
index 05bb1469..3da9e37a 100644
--- a/PROTOCOL.mux
+++ b/PROTOCOL.mux
@@ -180,7 +180,7 @@ The MUX_S_PERMISSION_DENIED and MUX_S_FAILURE include a reason:
uint32 client request id
string reason
-9. Protocol numbers
+10. Protocol numbers
#define MUX_MSG_HELLO 0x00000001
#define MUX_C_NEW_SESSION 0x10000002
@@ -211,4 +211,4 @@ XXX server->client error/warning notifications
XXX port0 rfwd (need custom response message)
XXX send signals via mux
-$OpenBSD: PROTOCOL.mux,v 1.5 2011/04/17 22:42:41 djm Exp $
+$OpenBSD: PROTOCOL.mux,v 1.6 2011/05/06 22:20:10 djm Exp $