1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

make cppcheck happy

This commit is contained in:
Steffen Vogel 2020-10-20 22:31:46 +02:00
parent d4e76a67f7
commit 5e900c38a0

View file

@ -67,6 +67,7 @@ public:
session(s),
logger(logging.get("api:request")),
method(Session::Method::UNKNOWN),
contentLength(0),
body(nullptr),
factory(nullptr)
{ }