From bdbadcd8afbd39e9d1f3140beaa11d8d54607fc4 Mon Sep 17 00:00:00 2001
From: zzz <zzz@mail.i2p>
Date: Thu, 15 Nov 2018 17:53:50 +0000
Subject: [PATCH] Wizard: Warn if trying to start NDT twice

---
 apps/routerconsole/java/src/edu/internet2/ndt/Tcpbw100.java | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/apps/routerconsole/java/src/edu/internet2/ndt/Tcpbw100.java b/apps/routerconsole/java/src/edu/internet2/ndt/Tcpbw100.java
index 868e7e5e70..70fecd3634 100644
--- a/apps/routerconsole/java/src/edu/internet2/ndt/Tcpbw100.java
+++ b/apps/routerconsole/java/src/edu/internet2/ndt/Tcpbw100.java
@@ -602,6 +602,8 @@ public class Tcpbw100 extends JApplet implements ActionListener {
 				} finally {
 					_bTestInProgress.set(false);
 				}
+			} else {
+				_log.warn("Test in progress, not running another one");
 			}
 		}
 
-- 
GitLab