Skip to content
Snippets Groups Projects
Commit 3ae264bc authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Initialize bbs->fast_connected

parent 4439557b
No related branches found
No related tags found
No related merge requests found
Pipeline #7688 failed
......@@ -2012,6 +2012,7 @@ main(int argc, char **argv)
* ToDo: Disallow duplicate entries
*/
bbs->connected = time(NULL);
bbs->fast_connected = xp_fast_timer64();
bbs->calls++;
if (bbs->id != -1) {
if (bbs->type == SYSTEM_BBSLIST) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment