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

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