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

Don't leave the logged event code as "DAILY" after daily events run

I noticed "DAILY ... Semaphore signaled" in the event thread log output. Now fixed.
parent e61fb3f9
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
......@@ -2856,6 +2856,7 @@ void event_thread(void* arg)
sbbs->putnodedat(i,&node);
}
}
sbbs->event_code = nulstr;
/* QWK Networking Call-out semaphores */
for(i=0;i<sbbs->cfg.total_qhubs;i++) {
......
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