Changeset 15059 for trunk/FACT++


Ignore:
Timestamp:
03/13/13 14:37:04 (12 years ago)
Author:
tbretz
Message:
Fixed a typo in a function call and corrected the size of the THRESHOLD service.
File:
1 edited

Legend:

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

    r15054 r15059  
    14731473        // If the FTM is in state Configuring, the clock conditioner
    14741474        // is always reported to be unlocked
    1475         if (d.GetQos()!=2)
     1475        if (d.GetQoS()!=2)
    14761476            fFtmControlState = d.GetQoS();
    14771477
     
    17741774    int HandleRateControlThreshold(const EventImp &d)
    17751775    {
    1776         if (!CheckDataSize(d, "RateControl:Threshold", 2))
     1776        if (!CheckDataSize(d, "RateControl:Threshold", 18))
    17771777            return GetCurrentState();
    17781778
Note: See TracChangeset for help on using the changeset viewer.