# HG changeset patch
# User Martin Geisler <[EMAIL PROTECTED]>
# Date 1214740034 -7200
# Node ID 65f882964e2061d6d5dee00fd9693f0e2c6b00cf
# Parent 33f8fbf147a76ce6aec9c36ddea41d6920084968
Allow arbitrary thresholds when generating config files.
This is needed in the case where n=2 and t=1.
diff --git a/apps/generate-config-files.py b/apps/generate-config-files.py
--- a/apps/generate-config-files.py
+++ b/apps/generate-config-files.py
@@ -72,9 +72,6 @@
(options, args) = parser.parse_args()
-if not options.t < options.n/2:
- parser.error("must have t < n/2")
-
if len(args) != options.n:
parser.error("must supply a hostname:port argument for each player")
_______________________________________________
viff-patches mailing list
[email protected]
http://lists.viff.dk/listinfo.cgi/viff-patches-viff.dk