From 49a53c9103fb5a29d99476f5191d39731ffdab2c Mon Sep 17 00:00:00 2001 From: Brendan O'Dea Date: Wed, 8 Jun 2005 07:15:24 +0000 Subject: [PATCH] set a default limit --- test/radius.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/radius.c b/test/radius.c index 2408310..cc42db5 100644 --- a/test/radius.c +++ b/test/radius.c @@ -136,7 +136,7 @@ int main(int argc, char *argv[]) int instances = 1; int fake = 0; int bad = 0; - int limit = 0; + int limit = 100000; int o; while ((o = getopt(argc, argv, "i:n:f:b:l:")) != -1) -- 2.20.1