Changeset 4792 in ntrip


Ignore:
Timestamp:
Oct 28, 2012, 11:24:02 AM (11 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r4763 r4792  
    330330#ifndef MLS_SOFTWARE
    331331  bncSettings settings;
    332   if (settings.value("pppMount").toString() == _staID) {
     332  if (!settings.value("pppSPP").toString().isEmpty() &&
     333      settings.value("pppMount").toString() == _staID) {
    333334    _PPPclient = new bncPPPclient(_staID);
    334335    bncApp* app = (bncApp*) qApp;
Note: See TracChangeset for help on using the changeset viewer.