From 820757e21248a727dca06c829ca65b81eea8991e Mon Sep 17 00:00:00 2001 From: lotodore Date: Sat, 9 Oct 2010 18:38:10 +0000 Subject: [PATCH] Generate protocol code. --- src/third_party/asn1/HandStartMessage.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/third_party/asn1/HandStartMessage.c b/src/third_party/asn1/HandStartMessage.c index 1a8ce8fb..eda192b7 100644 --- a/src/third_party/asn1/HandStartMessage.c +++ b/src/third_party/asn1/HandStartMessage.c @@ -23,7 +23,7 @@ memb_smallBlind_constraint_1(asn_TYPE_descriptor_t *td, const void *sptr, value = *(const long *)sptr; - if((value >= 1 && value <= 10000000)) { + if((value >= 1 && value <= 100000000)) { /* Constraint check succeeded */ return 0; } else {