From bd8c9068a51050844e7db5e20df354db1c884f77 Mon Sep 17 00:00:00 2001 From: Paul Mackerras Date: Tue, 19 Jan 1999 23:59:14 +0000 Subject: [PATCH] take out superfluous check --- pppd/auth.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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)) { -- 2.39.2