This is an automated email from the ASF dual-hosted git repository. jmclean pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-plc4x.git
The following commit(s) were added to refs/heads/master by this push: new bcd1cea missing break new 15baa1c Merge branch 'master' of https://gitbox.apache.org/repos/asf/incubator-plc4x bcd1cea is described below commit bcd1cea61dcdb921b71ee2a0901270c3275b7a4b Author: Justin Mclean <jmcl...@apache.org> AuthorDate: Thu Dec 28 16:40:47 2017 +1100 missing break --- .../src/main/java/org/apache/plc4x/java/isotp/netty/IsoTPProtocol.java | 1 + 1 file changed, 1 insertion(+) diff --git a/plc4j/protocols/s7/src/main/java/org/apache/plc4x/java/isotp/netty/IsoTPProtocol.java b/plc4j/protocols/s7/src/main/java/org/apache/plc4x/java/isotp/netty/IsoTPProtocol.java index 2630cf0..ecd6ef1 100644 --- a/plc4j/protocols/s7/src/main/java/org/apache/plc4x/java/isotp/netty/IsoTPProtocol.java +++ b/plc4j/protocols/s7/src/main/java/org/apache/plc4x/java/isotp/netty/IsoTPProtocol.java @@ -119,6 +119,7 @@ public class IsoTPProtocol extends MessageToMessageCodec<IsoOnTcpMessage, Tpdu> buf.writeShort(errorTpdu.getDestinationReference()); buf.writeByte(errorTpdu.getRejectCause().getCode()); outputParameters(buf, in.getParameters()); + break; } default: { logger.error("TDPU Value {} not implemented yet", new Object[]{in.getTpduCode().name()}); -- To stop receiving notification emails like this one, please contact ['"commits@plc4x.apache.org" <commits@plc4x.apache.org>'].