Ignore:
Timestamp:
04/07/11 15:44:06 (14 years ago)
Author:
tbretz
Message:
Fixed a small problem with wether changing the server should be stored in history or not.
File:
1 edited

Legend:

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

    r10217 r10307  
    7575        {
    7676            fCurrentServer = str;
    77             return true;
     77            return false;
    7878        }
    7979        lout << kRed << "Unkown server '" << str << "'" << endl;
    80         return false;
     80        return true;
    8181    }
    8282
     
    8787    }
    8888
    89     return !fServiceList.SendDimCommand(lout, fCurrentServer, str);
     89    return !fCommandList.SendDimCommand(lout, fCurrentServer, str);
    9090}
    9191
Note: See TracChangeset for help on using the changeset viewer.