Changeset 19421 for trunk/FACT++


Ignore:
Timestamp:
12/21/18 21:47:36 (6 years ago)
Author:
tbretz
Message:
Wrong access function:
File:
1 edited

Legend:

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

    r19419 r19421  
    621621        return !Dim::SendCommand(conf.Get<string>("restart")+"/EXIT", uint32_t(126));
    622622
    623     if (conf.Has("shutdown"))
     623    if (conf.Get<bool>("shutdown"))
    624624        return !Dim::SendCommand("DIS_DNS/KILL_SERVERS", uint32_t(125));
    625625
Note: See TracChangeset for help on using the changeset viewer.