Index: trunk/BNC/bncgetthread.cpp
===================================================================
--- trunk/BNC/bncgetthread.cpp	(revision 1708)
+++ trunk/BNC/bncgetthread.cpp	(revision 1709)
@@ -497,4 +497,7 @@
   if (_query && _query->status() == bncNetQuery::running) {
     _nextSleep = 0;
+    if (_rnx) {
+      _rnx->setReconnectFlag(false);
+    }
     return success;
   }
Index: trunk/BNC/todo.txt
===================================================================
--- trunk/BNC/todo.txt	(revision 1708)
+++ trunk/BNC/todo.txt	(revision 1709)
@@ -6,16 +6,9 @@
 BNC
 =========================
-(1) If "<HTML><BODY>Requested data not found.</BODY></HTML>"
-is received in addition to "HTTP/1.1 404 Not Found"
-when mounpoint is unavailable, this is not understood
-as a NetworkError in bncnetqueryv2.
-
-(2) NMEA "Auto" (send NMEA streams from rover to caster) not 
+(1) NMEA "Auto" (send NMEA streams from rover to caster) not 
 yet implemented.
 
-(3) "Append files" options allways appends.
+(2) Pure UDP protocol not yet implemented.
 
-(4) Pure UDP protocol not yet implemented.
+(3) GW: Keep an eye on www.igs-ip.net/PENC0.
 
-(5) GW: Keep an eye on www.igs-ip.net/PENC0.
-
