Skip to content
Snippets Groups Projects
Commit 437b1a13 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Don't backup dsts.ini daily

Looks like an unintentional debug-inclusion with commit 2064f3a4
as pointed about by Deuce in IRC.
parent 4b0ef40f
No related branches found
No related tags found
No related merge requests found
Pipeline #8314 passed
......@@ -663,7 +663,6 @@ uint sbbs_t::logonstats()
}
}
dstats_fname(&cfg, i, path, sizeof path);
backup(path, 90, /* rename: */ false);
if ((dsts = fopen_dstats(&cfg, i, /* for_write: */ TRUE)) == NULL) /* doesn't have stats yet */
continue;
......
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