Changeset 3354 in ntrip


Ignore:
Timestamp:
Aug 22, 2011, 3:44:39 PM (13 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncnetqueryv2.cpp

    r3353 r3354  
    202202  QSslCertificate cert = _reply->sslConfiguration().peerCertificate();
    203203  if (!cert.isNull()) {
    204     msg = QString("Server Certificate Issued by:\n"
    205                   "%1\n%2\nCannot be verified\n")
    206       .arg(cert.issuerInfo(QSslCertificate::OrganizationalUnitName))
    207       .arg(cert.issuerInfo(QSslCertificate::Organization));
     204    msg += QString("Server Certificate Issued by:\n"
     205                   "%1\n%2\nCannot be verified\n")
     206           .arg(cert.issuerInfo(QSslCertificate::OrganizationalUnitName))
     207           .arg(cert.issuerInfo(QSslCertificate::Organization));
    208208  }
    209209  else {
Note: See TracChangeset for help on using the changeset viewer.