diff --git a/reflector/Reflector.cpp b/reflector/Reflector.cpp index 8d4fc76..9324504 100644 --- a/reflector/Reflector.cpp +++ b/reflector/Reflector.cpp @@ -696,7 +696,7 @@ void CReflector::GetDHTConfig(const std::string &cs) node.get( dht::InfoHash::get(cs), [](const std::shared_ptr &v) { - if (0 == v->user_type.compare("mrefd-config-1")) + if (0 == v->user_type.compare("urfd-config-1")) { auto rdat = dht::Value::unpack(*v); if (rdat.timestamp > cfg.timestamp)