connectivity/com.nokia.tcf/src/com/nokia/tcf/impl/TCAPIConnection.java
changeset 2022 57928d8e56f3
parent 1556 707b5fa4c143
--- a/connectivity/com.nokia.tcf/src/com/nokia/tcf/impl/TCAPIConnection.java	Wed Sep 15 17:28:48 2010 -0500
+++ b/connectivity/com.nokia.tcf/src/com/nokia/tcf/impl/TCAPIConnection.java	Wed Sep 15 17:54:15 2010 -0500
@@ -441,6 +441,7 @@
 			}
 			if (this.monitorThread != null) {
 				this.stopTCFMonitorThread = true;
+				this.monitorThread.stop = true;
 				try {
 					this.monitorThread.join();
 				} catch (InterruptedException e) {