Skip to content
Snippets Groups Projects
Commit 3c71f913 authored by rswindell's avatar rswindell
Browse files

No-op in nodesync() if not online.

parent 8bdbaa79
No related branches found
No related tags found
No related merge requests found
......@@ -99,9 +99,9 @@ void sbbs_t::getnodedat(uint number, node_t *node, bool lockit)
void sbbs_t::nodesync()
{
char str[256],today[32];
int atr=curatr; /* was lclatr(-1) 01/29/96 */
int atr=curatr;
if(nodesync_inside)
if(nodesync_inside || !online)
return;
nodesync_inside=1;
......
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