X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=pppd%2Foptions.c;h=1e31ed5eba41e7bbf0a5c718b881667cba8758c2;hp=109bfa6a6bb8abbaf40b371542cd8b78dd4a20ee;hb=aefcf5ac90dee434d605167b6a719c58c0ffcf03;hpb=d192a0b4b5afa7f6c0741a3bd41f417a055225a7 diff --git a/pppd/options.c b/pppd/options.c index 109bfa6..1e31ed5 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.88 2002/09/24 11:35:22 fcusack Exp $" +#define RCSID "$Id: options.c,v 1.89 2002/10/27 13:00:13 fcusack Exp $" #include #include @@ -602,6 +602,7 @@ process_option(opt, cmd, argv) int prio = option_priority; option_t *mainopt = opt; + current_option = opt->name; if ((opt->flags & OPT_PRIVFIX) && privileged_option) prio += OPRIO_ROOT; while (mainopt->flags & OPT_PRIOSUB)