mirror of
https://github.com/i2p/i2p.i2p.git
synced 2024-12-06 19:27:00 +01:00
NDT: Fix NPE caused by last checkin
This commit is contained in:
@@ -829,6 +829,8 @@ public class Tcpbw100 extends JApplet implements ActionListener {
|
||||
_log.warn("?", e);
|
||||
}
|
||||
|
||||
createMainWindow();
|
||||
|
||||
// Autorun functionality
|
||||
_sIsAutoRun = getParameter("autoRun");
|
||||
if ((_sIsAutoRun != null) && _sIsAutoRun.equals("true")) {
|
||||
|
||||
Reference in New Issue
Block a user