Changeset 5837 in ntrip


Ignore:
Timestamp:
Aug 6, 2014, 3:26:32 PM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/PPP/pppOptions.cpp

    r5814 r5837  
    7373//////////////////////////////////////////////////////////////////////////////
    7474bool t_pppOptions::corrRequired() const {
    75   return false;
     75  if (_corrMount.empty()) {
     76    return false;
     77  }
     78  else {
     79    return true;
     80  }
    7681}
    7782
Note: See TracChangeset for help on using the changeset viewer.