diff options
| author | Marius Nita <marius@cs.pdx.edu> | 2002-08-26 15:00:14 +0000 |
|---|---|---|
| committer | Marius Nita <marius@cs.pdx.edu> | 2002-08-26 15:00:14 +0000 |
| commit | a95a6bd8e81a6bcc9db8abbbb3c0c78f087733f4 (patch) | |
| tree | 7380ce892ce084fd237e4db4d22ebd4d65934f55 /util/epist/keytree.cc | |
| parent | afa215efb64b0e390ced816373a444fafe9c70b0 (diff) | |
Fixed goof in config interface. All the functions are now named getValue(), since they have different signatures.
Diffstat (limited to 'util/epist/keytree.cc')
| -rw-r--r-- | util/epist/keytree.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/epist/keytree.cc b/util/epist/keytree.cc index 45b2fb53..30efa1be 100644 --- a/util/epist/keytree.cc +++ b/util/epist/keytree.cc @@ -222,7 +222,7 @@ void keytree::initialize(void) { int tval = 0; - _epist->getConfig()->getNumberValue(Config::chainTimeout, tval); + _epist->getConfig()->getValue(Config::chainTimeout, tval); _timer = new BTimer(_epist, this); if (tval <= 0) |
