summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordjm <djm@openbsd.org>2011-05-06 22:20:10 +0000
committerdjm <djm@openbsd.org>2011-05-06 22:20:10 +0000
commite2c84dc95a971409c2564c60b051c63cdd8e1c87 (patch)
tree0aefffa510fa2531ec8a9db634005e40dcc5306d
parentfix dropping from previous diff (diff)
downloadwireguard-openbsd-e2c84dc95a971409c2564c60b051c63cdd8e1c87.tar.xz
wireguard-openbsd-e2c84dc95a971409c2564c60b051c63cdd8e1c87.zip
fix numbering; from bert.wesarg AT googlemail.com
-rw-r--r--usr.bin/ssh/PROTOCOL.mux4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/PROTOCOL.mux b/usr.bin/ssh/PROTOCOL.mux
index 05bb146907b..3da9e37aeb4 100644
--- a/usr.bin/ssh/PROTOCOL.mux
+++ b/usr.bin/ssh/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 $