From: Paul Mackerras Date: Tue, 19 Jan 1999 23:59:14 +0000 (+0000) Subject: take out superfluous check X-Git-Tag: RELEASE_2_3_6~42 X-Git-Url: https://git.ozlabs.org/?p=ppp.git;a=commitdiff_plain;h=bd8c9068a51050844e7db5e20df354db1c884f77 take out superfluous check --- diff --git a/pppd/auth.c b/pppd/auth.c index c924d7b..994395a 100644 --- a/pppd/auth.c +++ b/pppd/auth.c @@ -33,7 +33,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: auth.c,v 1.39 1998/11/07 06:59:25 paulus Exp $"; +static char rcsid[] = "$Id: auth.c,v 1.40 1999/01/19 23:59:14 paulus Exp $"; #endif #include @@ -660,10 +660,6 @@ auth_check_options() * set by root. */ if (allow_any_ip) { - if (!default_device && devnam_info.priv == 0) { - option_error("can't override device name when noauth option used"); - exit(1); - } if ((connector != NULL && connector_info.priv == 0) || (disconnector != NULL && disconnector_info.priv == 0) || (welcomer != NULL && welcomer_info.priv == 0)) {