Changeset 9191 in ntrip for trunk/BNC/src/pppMain.cpp


Ignore:
Timestamp:
Oct 30, 2020, 12:32:15 PM (3 years ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

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

    r9158 r9191  
    103103      t_pppThread* pppThread = it.next();
    104104      pppThread->exit();
    105 #ifdef BNC_DEBUG
     105//#ifdef BNC_DEBUG
    106106      if (BNC_CORE->mode() != t_bncCore::interactive) {
    107107        while(!pppThread->isFinished()) {
     
    110110        delete pppThread;
    111111     }
    112 #endif
     112//#endif
    113113    }
    114114    _pppThreads.clear();
Note: See TracChangeset for help on using the changeset viewer.