Changeset 14739


Ignore:
Timestamp:
12/07/12 08:46:40 (12 years ago)
Author:
tbretz
Message:
If ratescan is in DimntworkNA and gets connected to a network with the FTM already connected, it was still rturning the old state in execute. Should b fixed now.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/ratescan.cc

    r14673 r14739  
    373373
    374374        // ftmctrl connected to FTM
    375         if (GetCurrentState()==RateScan::State::kDisconnected)
     375        if (GetCurrentState()<=RateScan::State::kDisconnected)
    376376            return RateScan::State::kConnected;
    377377
Note: See TracChangeset for help on using the changeset viewer.