fix Coverity issues

This commit is contained in:
wmayer
2016-08-20 17:21:01 +02:00
parent ae663b3b51
commit d80c05e186
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)