forked from I2P_Developers/i2p.i2p
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);
|
_log.warn("?", e);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
createMainWindow();
|
||||||
|
|
||||||
// Autorun functionality
|
// Autorun functionality
|
||||||
_sIsAutoRun = getParameter("autoRun");
|
_sIsAutoRun = getParameter("autoRun");
|
||||||
if ((_sIsAutoRun != null) && _sIsAutoRun.equals("true")) {
|
if ((_sIsAutoRun != null) && _sIsAutoRun.equals("true")) {
|
||||||
|
Reference in New Issue
Block a user