Skip to content

Commit 17583af

Browse files
dino2gntcgorantla
andauthored
Update features/device-config/tftp/src/main/java/org/opennms/features/deviceconfig/tftp/impl/TftpServerImpl.java
no fun :/ Co-authored-by: Chandra Gorantla <[email protected]>
1 parent c235110 commit 17583af

File tree

1 file changed

+1
-1
lines changed
  • features/device-config/tftp/src/main/java/org/opennms/features/deviceconfig/tftp/impl

1 file changed

+1
-1
lines changed

features/device-config/tftp/src/main/java/org/opennms/features/deviceconfig/tftp/impl/TftpServerImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ private void handleWrite(final TFTPWriteRequestPacket twrp) throws IOException,
128128
LOG.debug("Negotiating tftp blksize '{}' with client '{}'", negotiatedBlksize, twrp.getAddress());
129129
// Create an OAck response packet - commons doesn't provide a method for this yet.
130130
DatagramPacket oackPacket = createBlksizeOAckPacket(negotiatedBlksize, twrp.getAddress(), twrp.getPort());
131-
//ship it
131+
132132
try {
133133
int localPort = transferTftp_.getLocalPort();
134134
transferTftp_.close();

0 commit comments

Comments
 (0)