diff options
Diffstat (limited to 'src')
-rwxr-xr-x | src/conf_mode/service-pppoe.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/conf_mode/service-pppoe.py b/src/conf_mode/service-pppoe.py index 02e2680b0..9693f3e61 100755 --- a/src/conf_mode/service-pppoe.py +++ b/src/conf_mode/service-pppoe.py @@ -302,7 +302,6 @@ def chk_con(): cnt += 1 if cnt == 100: raise("failed to start pppoe server") - break # chap_secrets file if auth mode local |