fix some things cppcheck found...some are TODO because i don't feel like investigating them

This commit is contained in:
DarthArgus
2015-03-25 19:07:38 -05:00
parent 2c8ee9dc3e
commit 173575e835
15 changed files with 68 additions and 18 deletions
@@ -1,4 +1,4 @@
15
// ConnectionServer.cpp
// copyright 2001 Verant Interactive
@@ -1577,7 +1577,8 @@ void ConnectionServer::setDone(char const *reasonfmt, ...)
"ConnectionServer (pid %d) shutdown, reason: %s\n",
static_cast<int>(Os::getProcessId()),
reason));
va_end(ap);
done = true;
}
}