diff options
Diffstat (limited to 'accel-pppd/ppp/ppp_auth.c')
-rw-r--r-- | accel-pppd/ppp/ppp_auth.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/accel-pppd/ppp/ppp_auth.c b/accel-pppd/ppp/ppp_auth.c index 79272886..27138748 100644 --- a/accel-pppd/ppp/ppp_auth.c +++ b/accel-pppd/ppp/ppp_auth.c @@ -399,6 +399,8 @@ static void load_config(void) opt = conf_get_opt("auth", "noauth"); if (opt) conf_noauth = atoi(opt); + else + conf_noauth = 0; } static void ppp_auth_init() |