--- a/QTfrontend/hwform.cpp Sun May 24 13:04:48 2009 +0000
+++ b/QTfrontend/hwform.cpp Sun May 24 13:47:07 2009 +0000
@@ -683,7 +683,7 @@
void HWForm::NetDisconnect()
{
- qDebug("NetDisconnect");
+ //qDebug("NetDisconnect");
if(hwnet) {
hwnet->Disconnect();
delete hwnet;
--- a/QTfrontend/newnetclient.cpp Sun May 24 13:04:48 2009 +0000
+++ b/QTfrontend/newnetclient.cpp Sun May 24 13:47:07 2009 +0000
@@ -215,6 +215,9 @@
return ;
}
+ if (lst[0] == "PROTO")
+ return ;
+
if (lst[0] == "ERROR") {
if (lst.size() == 2)
emit showMessage("Error: " + lst[1]);