Changeset 3363 in ntrip


Ignore:
Timestamp:
Aug 23, 2011, 10:22:50 AM (13 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncnetqueryv2.cpp

    r3360 r3363  
    213213           .arg(cert.issuerInfo(QSslCertificate::Organization));
    214214  }
    215   else {
    216     QListIterator<QSslError> it(errors);
    217     while (it.hasNext()) {
    218       const QSslError& err = it.next();
    219       msg += "\n" + err.errorString();
    220     }
     215  QListIterator<QSslError> it(errors);
     216  while (it.hasNext()) {
     217    const QSslError& err = it.next();
     218    msg += "\n" + err.errorString();
    221219  }
    222220
Note: See TracChangeset for help on using the changeset viewer.