Changeset 9718 in ntrip for trunk/BNC/src/upload/bncuploadcaster.cpp
- Timestamp:
- May 17, 2022, 2:06:08 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/upload/bncuploadcaster.cpp
r9717 r9718 149 149 emit(newMessage(msg.toLatin1(), true)); 150 150 151 if (_sslIgnoreErrors) { 152 if (_outSocket) { 151 if (_sslIgnoreErrors) { cout << "_sslIgnoreErrors" << endl; 152 if (_outSocket) {cout << "no Socket" << endl; 153 153 _outSocket->ignoreSslErrors(); 154 } 155 } else { 156 deleteSafely(); 154 } else { 155 cout << "no Socket" << endl; 156 } 157 } else { 158 delete _outSocket; 159 _outSocket = 0; 157 160 } 158 161 }
Note:
See TracChangeset
for help on using the changeset viewer.