- Fixed bug whereby the start, stop and delete commands were not
  complaining when filter arguments were specified, even though they
  were ignored.  Thanks to Charles T. Yun.
This commit is contained in:
Paul Beckingham 2009-08-16 18:39:35 -04:00
parent 1b28d8714b
commit ec7f7cc939
5 changed files with 86 additions and 0 deletions

View file

@ -65,6 +65,7 @@ public:
void clear ();
std::string canonicalize (const std::string&) const;
void disallowModification () const;
private:
void loadCorrectConfigFile ();