From 93ea8519b06466f502b634ddafce4892498c92cd Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Thu, 13 Jul 2023 21:19:30 +0200 Subject: [PATCH] works --- linux/acs/StrComHandler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux/acs/StrComHandler.cpp b/linux/acs/StrComHandler.cpp index 50e890d5..2db73f35 100644 --- a/linux/acs/StrComHandler.cpp +++ b/linux/acs/StrComHandler.cpp @@ -24,7 +24,7 @@ extern "C" { using namespace returnvalue; -static constexpr bool PACKET_WIRETAPPING = true; +static constexpr bool PACKET_WIRETAPPING = false; StrComHandler::StrComHandler(object_id_t objectId) : SystemObject(objectId) { lock = MutexFactory::instance()->createMutex();