Index: trunk/BNS/bnseph.cpp
===================================================================
--- trunk/BNS/bnseph.cpp	(revision 838)
+++ trunk/BNS/bnseph.cpp	(revision 839)
@@ -26,4 +26,7 @@
 ////////////////////////////////////////////////////////////////////////////
 t_bnseph::t_bnseph(QObject* parent) : QThread(parent) {
+
+  this->setTerminationEnabled(true);
+
   _socket = 0;
 }
