Index: /trunk/BNC/src/bncnetqueryv2.cpp
===================================================================
--- /trunk/BNC/src/bncnetqueryv2.cpp	(revision 9719)
+++ /trunk/BNC/src/bncnetqueryv2.cpp	(revision 9720)
@@ -155,7 +155,7 @@
   connect(_reply, SIGNAL(sslErrors(QList<QSslError>)),this, SLOT(slotSslErrors(QList<QSslError>)));
   connect(_reply, SIGNAL(finished()), this, SLOT(slotFinished()));
-  connect(_reply, SIGNAL(finished()), _eventLoop, SLOT(quit()));
+  connect(_reply, SIGNAL(finished()), _eventLoop, SLOT(terminate()));
   if (!full) {
-    connect(_reply, SIGNAL(readyRead()), _eventLoop, SLOT(quit()));
+    connect(_reply, SIGNAL(readyRead()), _eventLoop, SLOT(terminate()));
   }
 }
Index: /trunk/BNC/src/upload/bncuploadcaster.cpp
===================================================================
--- /trunk/BNC/src/upload/bncuploadcaster.cpp	(revision 9719)
+++ /trunk/BNC/src/upload/bncuploadcaster.cpp	(revision 9720)
@@ -129,7 +129,7 @@
      cert.issuerInfo(QSslCertificate::OrganizationalUnitName).count() &&
      cert.issuerInfo(QSslCertificate::Organization).count()) {
+
    msg += QString("Server Certificate Issued by:\n"
                   "%1\n%2\nCannot be verified\n")
-
 #if QT_VERSION >= 0x050000
           .arg(cert.issuerInfo(QSslCertificate::OrganizationalUnitName).at(0))
@@ -146,5 +146,4 @@
     msg += "\n" + err.errorString();
   }
-
   emit(newMessage(msg.toLatin1(), true));
 
