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

[Terry N.] fix NPE after PduRecorder refactoring

parent 3c81bae7
No related branches found
No related tags found
No related merge requests found
......@@ -49,6 +49,7 @@ public class SignalPdusTest {
System.out.println("SignalPdusTest");
pduRecorder = new PduRecorder(); // default dir
pduRecorder.start();
disNetworkInterface = pduRecorder.getDisThreadedNetworkInterface();
pduListener = new DisThreadedNetworkInterface.PduListener() {
@Override
......
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