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

No longer clears useron number in node listing. Multinode chat users need this

value to display the user name that left multinode chat (disconnected).
parent a3ce0707
No related branches found
No related tags found
No related merge requests found
......@@ -2857,7 +2857,7 @@ void node_thread(void* arg)
node.status=NODE_WFC;
node.misc&=~(NODE_DOWN|NODE_INTR|NODE_MSGW|NODE_NMSG
|NODE_UDAT|NODE_POFF|NODE_AOFF|NODE_EXT);
node.useron=0;
/* node.useron=0; needed for hang-ups while in multinode chat */
sbbs->putnodedat(sbbs->cfg.node_num,&node);
if(node_threads_running>0)
......
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