Skip to content
Snippets Groups Projects
Commit e953590f authored by terry-norbraten's avatar terry-norbraten
Browse files

[Terry N.] fix NPE after PduRecorder refactoring

parent 650c339b
No related branches found
No related tags found
No related merge requests found
......@@ -177,6 +177,8 @@ public class AllPduRoundTripTest
private void setupSenderRecorder() throws Exception {
pduRecorder = new PduRecorder(); // default network address, port, logfile dir
pduRecorder.setDescriptor(this.getClass().getName() + "unit test");
pduRecorder.start();
disNetworkInterface = pduRecorder.getDisThreadedNetworkInterface();
// When the DisThreadedNetworkInterface receives a pdu, a call is made to the
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment