From: Roy Marples Date: Thu, 13 Apr 2017 18:57:44 +0000 (+0100) Subject: Enable the -r option. X-Git-Tag: v7.0.0-beta3~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=957f729d4b5c8456ceb751e177eb3ef2aca24d99;p=thirdparty%2Fdhcpcd.git Enable the -r option. --- diff --git a/tests/eloop-bench/eloop-bench.c b/tests/eloop-bench/eloop-bench.c index b0ef9597..8c9a4c70 100644 --- a/tests/eloop-bench/eloop-bench.c +++ b/tests/eloop-bench/eloop-bench.c @@ -121,7 +121,7 @@ main(int argc, char **argv) if ((e = eloop_new()) == NULL) err(EXIT_FAILURE, "eloop_init"); - while ((c = getopt(argc, argv, "a:n:w:")) != -1) { + while ((c = getopt(argc, argv, "a:n:r:w:")) != -1) { switch (c) { case 'a': nactive = (size_t)atoi(optarg);