Also allow C_MEASURE_TIMEOUT circuits to lack guard state.

Fixes a case of 21007; bugfix on 0.3.0.1-alpha when prop271 was
implemented. Found by toralf.
This commit is contained in:
Nick Mathewson
2017-02-24 11:12:21 -05:00
parent 823fb68a14
commit 5e08fc8557
2 changed files with 26 additions and 1 deletions
+4
View File
@@ -0,0 +1,4 @@
o Minor bugfixes (guards):
- Don't warn about a missing guard state on timeout-measurement
circuits: they aren't supposed to be using guards. Fixes an
instance of bug 21007; bugfix on 0.3.0.1-alpha.