]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
typo
authorAlan T. DeKok <aland@freeradius.org>
Thu, 9 Aug 2018 18:50:35 +0000 (14:50 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Thu, 9 Aug 2018 19:45:00 +0000 (15:45 -0400)
src/lib/io/schedule.c

index 21f0ad0b1ab146c0edb6e2a826d120ea7a1b490a..38b444fa3459e101e425b3fc34c81dec312d9ec2 100644 (file)
@@ -382,7 +382,7 @@ fr_schedule_t *fr_schedule_create(TALLOC_CTX *ctx, fr_event_list_t *el,
         *      non-zero networks and workers.
         */
        if (!el && (!max_networks || !max_workers)) {
-               fr_strerror_printf("Must specify the number of networks (%d >= 0) and workers (%d > 0)",
+               fr_strerror_printf("Must specify the number of networks (%d >= 0) and workers (%d >= 0)",
                        max_networks, max_workers);
                return NULL;
        }