Wait until login completed before starting SLIP (5 secs)

This commit is contained in:
Andrey A. Chernov 1995-09-15 17:08:42 +00:00
parent 7cb763927f
commit e8fcb216a6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=10797

View file

@ -423,6 +423,9 @@ main(argc, argv)
}
}
sleep(5); /* Wait until login completed */
if (hup || terminate)
goto restart;
/*
* Attach
*/