diff --git a/src/sbbs3/getnode.cpp b/src/sbbs3/getnode.cpp index 815351a08d6f2e6cd40b75b4a5301fa583ce79b8..964d165395ae1e923d0b36bea714e4202aec4baf 100644 --- a/src/sbbs3/getnode.cpp +++ b/src/sbbs3/getnode.cpp @@ -8,7 +8,7 @@ * @format.tab-size 4 (Plain Text/Source Code File Header) * * @format.use-tabs true (see http://www.synchro.net/ptsc_hdr.html) * * * - * Copyright 2011 Rob Swindell - http://www.synchro.net/copyright.html * + * Copyright Rob Swindell - http://www.synchro.net/copyright.html * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * @@ -135,6 +135,7 @@ void sbbs_t::nodesync() lprintf(LOG_ERR, "Node %d NODE STATUS FIXUP", cfg.node_num); if(getnodedat(cfg.node_num,&thisnode,true)==0) { thisnode.status=NODE_INUSE; + thisnode.useron=useron.number; putnodedat(cfg.node_num,&thisnode); } }