Don't wait forever if there is no link, go to background

after 2 x polling time.
This commit is contained in:
mbr 2003-07-28 13:25:04 +00:00
parent 23f4f4ab05
commit df37a5270c

View File

@ -3320,6 +3320,8 @@ void state_link (cpp)
}
}
}
if (doinitcheck)
go_daemon ();
doinitcheck = 1;
}
#endif /* ifdef ENABLE_POLLING_MODE */