Skip to content
Permalink
Browse files
Add Link protocol version 5 to the supported protocols list in protov…
…er.c

Part of #25070, bugfix on 0.3.1.1-alpha.
  • Loading branch information
teor2345 committed Jan 29, 2018
1 parent 7f2e23e commit a8e5e3a492378f6a9a2b4d55a4e7e5bab3f9dca4
Showing with 1 addition and 1 deletion.
  1. +1 −1 src/or/protover.c
@@ -292,7 +292,7 @@ protover_get_supported_protocols(void)
"HSDir=1-2 "
"HSIntro=3-4 "
"HSRend=1-2 "
"Link=1-4 "
"Link=1-5 "
"LinkAuth=1,3 "
"Microdesc=1-2 "
"Relay=1-2";

0 comments on commit a8e5e3a

Please sign in to comment.