mirror of
https://github.com/paulusmack/ppp.git
synced 2024-11-23 18:33:24 +08:00
parent
956c492a18
commit
e18d873353
@ -134,7 +134,7 @@ while (1)
|
||||
syslog('err', "pppd returned: unknown error ($pppd_code), delayed retry");
|
||||
$pppd_fail = 1;
|
||||
}
|
||||
# if it hasn't ran for at least an hour, then somthing went wrong
|
||||
# if it hasn't ran for at least an hour, then something went wrong
|
||||
elsif ($pppd_run_time < toseconds("01:00:00")) {
|
||||
syslog('err',"pppd session didn't last 1 hour, delayed retry");
|
||||
$pppd_fail = 1;
|
||||
|
Loading…
Reference in New Issue
Block a user