fix Coverity issues

This commit is contained in:
wmayer
2016-08-20 17:21:01 +02:00
parent 85c7cd3263
commit bed76edb48
18 changed files with 133 additions and 136 deletions

View File

@@ -108,8 +108,6 @@ private:
out << "Server failed to listen at address " << addr << " and port " << port;
throw Py::RuntimeError(out.str());
}
return Py::None();
}
Py::Object registerServerFirewall(const Py::Tuple& args)