summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/twister/taler-twister-service.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/twister/taler-twister-service.c b/src/twister/taler-twister-service.c
index 8600c05..0833e06 100644
--- a/src/twister/taler-twister-service.c
+++ b/src/twister/taler-twister-service.c
@@ -1394,7 +1394,7 @@ create_response_with_chaos_rate (struct HttpRequest *request)
(unsigned long long) chaos_rate,
(unsigned long long) random);
- if (random <= chaos_rate)
+ if (random < chaos_rate)
{
/* p won */
TALER_LOG_INFO ("Chaos probability won the case.\n");