From 8164ce76935df9de177dafafb7da04d3344a7069 Mon Sep 17 00:00:00 2001 From: Philipp Jungkamp Date: Mon, 23 May 2022 21:07:15 +0000 Subject: [PATCH] Remove wrong NodeFactory::Flags::SUPPORTS_READ from the iec60870 slave node --- lib/nodes/iec60870.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/nodes/iec60870.cpp b/lib/nodes/iec60870.cpp index 51b0cca5f..9b18c9cd4 100644 --- a/lib/nodes/iec60870.cpp +++ b/lib/nodes/iec60870.cpp @@ -684,4 +684,4 @@ int SlaveNode::stop() static char name[] = "iec60870-5-104-slave"; static char description[] = "Provide values as protocol slave"; -static NodePlugin p; +static NodePlugin p;