Changeset 9718 in ntrip for trunk/BNC


Ignore:
Timestamp:
May 17, 2022, 2:06:08 PM (2 years ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/upload/bncuploadcaster.cpp

    r9717 r9718  
    149149  emit(newMessage(msg.toLatin1(), true));
    150150
    151   if (_sslIgnoreErrors) {
    152     if (_outSocket) {
     151  if (_sslIgnoreErrors) { cout << "_sslIgnoreErrors" << endl;
     152    if (_outSocket) {cout << "no Socket" << endl;
    153153      _outSocket->ignoreSslErrors();
    154     }
    155   } else {
    156     deleteSafely();
     154    } else {
     155      cout << "no Socket" << endl;
     156    }
     157  } else {
     158    delete _outSocket;
     159    _outSocket = 0;
    157160  }
    158161}
Note: See TracChangeset for help on using the changeset viewer.