We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34850fc commit f291f6cCopy full SHA for f291f6c
1 file changed
src/Server.cpp
@@ -739,6 +739,7 @@ void Server::onUnexpectedMessage(
739
740
// manipulate and send copy instead of original ASDU
741
CS101_ASDU cp = CS101_ASDU_clone(asdu, nullptr);
742
+ CS101_ASDU_setNegative(cp, true);
743
switch (cause) {
744
case INVALID_TYPE_ID:
745
DEBUG_PRINT(Debug::Server, "on_unexpected_message] Invalid type id");
0 commit comments