X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=pppd%2Foptions.c;h=09a2db17bab52a8f2a7d82f84ea343372e7a1eb3;hb=51dfbde005dcd1cac01de097e84245be2c41244c;hp=d17df58709e70afe15af92156521603b8fbdebcc;hpb=fcec736c6140de7ac8fa9a8fe425932d13b0e45a;p=ppp.git diff --git a/pppd/options.c b/pppd/options.c index d17df58..09a2db1 100644 --- a/pppd/options.c +++ b/pppd/options.c @@ -17,7 +17,7 @@ * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ -#define RCSID "$Id: options.c,v 1.86 2002/09/07 05:15:25 carlsonj Exp $" +#define RCSID "$Id: options.c,v 1.87 2002/09/14 08:05:27 etbe Exp $" #include #include @@ -677,7 +677,7 @@ process_option(opt, cmd, argv) break; case OPT_LIMITS: option_error("%s value must be%s between %d and %d", - opt->name, opt->lower_limit, opt->upper_limit); + opt->name, zok, opt->lower_limit, opt->upper_limit); break; } return 0;