X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=pppd%2Foptions.c;h=c288e53fc6d152b6ba3aa76a821ec2859752c5a7;hp=2db98fcbd4e26e1912513743cce323ed143cc987;hb=4d8f3ae99a283c0916b5fc669f0d7cf0f42bd28b;hpb=571f3c157bcf2faa07caa584ddbb3f373cdb41db diff --git a/pppd/options.c b/pppd/options.c index 2db98fc..c288e53 100644 --- a/pppd/options.c +++ b/pppd/options.c @@ -18,7 +18,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: options.c,v 1.33 1996/08/28 06:41:35 paulus Exp $"; +static char rcsid[] = "$Id: options.c,v 1.34 1996/09/14 05:16:56 paulus Exp $"; #endif #include @@ -1776,7 +1776,7 @@ setnoauth() static int setdefaultroute() { - if (!ipcp_allowoptions[0].default_route && !privileged_option) { + if (!ipcp_allowoptions[0].default_route) { option_error("defaultroute option is disabled"); return 0; } @@ -1795,7 +1795,7 @@ setnodefaultroute() static int setproxyarp() { - if (!ipcp_allowoptions[0].proxy_arp && !privileged_option) { + if (!ipcp_allowoptions[0].proxy_arp) { option_error("proxyarp option is disabled"); return 0; }