Changeset 3355 in ntrip


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

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncnetqueryv2.cpp

    r3354 r3355  
    3535  _firstData = true;
    3636  _status    = init;
     37  _ignoreSslErrors = false;
    3738  if (_secure && !QSslSocket::supportsSsl()) {
    3839    ((bncApp*)qApp)->slotMessage("No SSL support, install OpenSSL run-time libraries", true);
    3940    stop();
    4041  }
    41   _ignoreSslErrors = false;
    4242}
    4343
Note: See TracChangeset for help on using the changeset viewer.