From rswindell@1:103/705 to CVS commit on Wed Jul 25 23:24:57 2018
src/sbbs3 putnode.cpp 1.21 1.22
Update of /cvsroot/sbbs/src/sbbs3
In directory cvs:/tmp/cvs-serv9866
Modified Files:
putnode.cpp
Log Message:
putnodedat() - don't try to lock the node.dab file again (should be locked already with a call to getnodedat()).
When using the MSVC2017 CRTL, a lock() of a region that was previously
locked is a blocking call causing major slowness in the MSVC2017 build.
This just reverses the 1-line commit from 16 years ago in rev 1.10 of this file.