mirror of https://github.com/apache/cloudstack.git
agent: Update DhcpProtocolParserServer.java (#7488)
This PR... removed commented code.
This commit is contained in:
parent
3e8c0684ed
commit
c9b103c8a7
|
|
@ -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());
|
||||
|
|
|
|||
Loading…
Reference in New Issue