Changeset 7813 in ntrip for trunk/BNC


Ignore:
Timestamp:
Feb 23, 2016, 2:46:28 PM (8 years ago)
Author:
stuerze
Message:

minor changes to prevent crash in case of ssl errors

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/bncnetqueryv2.cpp

    r7704 r7813  
    186186  // Copy Data and Return
    187187  // --------------------
    188   outData = _reply->readAll();
     188  if (_reply) {
     189    outData = _reply->readAll();
     190  }
    189191}
    190192
Note: See TracChangeset for help on using the changeset viewer.