hhnum regression fix
authordisplacer
Mon, 21 Jan 2008 20:41:12 +0000
changeset 746 980240306370
parent 745 43b344488804
child 747 c7f67e90c3ee
hhnum regression fix
QTfrontend/netconnectedclient.cpp
--- a/QTfrontend/netconnectedclient.cpp	Sun Jan 20 22:57:05 2008 +0000
+++ b/QTfrontend/netconnectedclient.cpp	Mon Jan 21 20:41:12 2008 +0000
@@ -130,7 +130,7 @@
     // create CONFIG_PARAM to save HHNUM at server from lst
     lst=QStringList("CONFIG_PARAM") << confstr << lst[3];
     m_hwserver->sendOthers(this, lst.join(QString(delimeter)));
-    return;
+    // return is really, really unneded here!
   }
 
   if(lst[0]=="CONFIG_PARAM") {