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

Added "Keep Node File Open" toggle option (defaults to 'Yes').

parent 41ea4c66
No related branches found
No related tags found
No related merge requests found
......@@ -77,7 +77,7 @@ void sbbs_t::getnodedat(uint number, node_t *node, bool lockit)
if(read(nodefile,node,sizeof(node_t))==sizeof(node_t))
break;
}
if(!lockit) {
if(!lockit && cfg.node_misc&NM_CLOSENODEDAB) {
close(nodefile);
nodefile=-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