From: Brendan O'Dea Date: Wed, 8 Jun 2005 07:15:24 +0000 (+0000) Subject: set a default limit X-Git-Tag: 2.2.1-2fdn3.1~19^2^2~1^2~162 X-Git-Url: http://git.sameswireless.fr/l2tpns.git/commitdiff_plain/49a53c9103fb5a29d99476f5191d39731ffdab2c set a default limit --- 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)