agent: Update DhcpProtocolParserServer.java (#7488)

This PR... removed commented code.
This commit is contained in:
maheshnikam 2023-05-23 11:16:26 +05:30 committed by GitHub
parent 3e8c0684ed
commit c9b103c8a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -52,7 +52,6 @@ public class DhcpProtocolParserServer extends Thread {
byte[] buf = new byte[bufferSize];
DatagramPacket dgp = new DatagramPacket(buf, buf.length);
dhcpSocket.receive(dgp);
// _executor.execute(new DhcpPacketParser(buf));
}
} catch (IOException e) {
s_logger.debug(e.getMessage());