]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Enable the -r option.
authorRoy Marples <roy@marples.name>
Thu, 13 Apr 2017 18:57:44 +0000 (19:57 +0100)
committerRoy Marples <roy@marples.name>
Thu, 13 Apr 2017 18:57:44 +0000 (19:57 +0100)
tests/eloop-bench/eloop-bench.c

index b0ef959756c7190b6507ff55d6ca91a10d1364d9..8c9a4c70fe69b1acec2c14f88b6897726d9d79a4 100644 (file)
@@ -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);