[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [torspec/master] patch from atagar: disallow "13." as a number
commit 546d115f65ea850e67a5eba2d3660362bee29bd4
Author: Nick Mathewson <nickm@xxxxxxxxxxxxxx>
Date: Thu Feb 7 12:22:57 2013 -0500
patch from atagar: disallow "13." as a number
---
dir-spec.txt | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dir-spec.txt b/dir-spec.txt
index 6e14a33..e3813dc 100644
--- a/dir-spec.txt
+++ b/dir-spec.txt
@@ -1200,7 +1200,7 @@
Thresholds = Threshold | Threshold SP Thresholds
Threshold = ThresholdKey '=' ThresholdVal
ThresholdKey = (KeywordChar | "_") +
- ThresholdVal = [0-9]+("."[0-9]*)? "%"?
+ ThresholdVal = [0-9]+("."[0-9]+)? "%"?
Commonly used Thresholds at this point include:
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits