forgot one def

pull/2/head
Tom Early 3 years ago
parent ce66f2e260
commit 3efd6f6c07

@ -655,7 +655,7 @@ void CReflector::PutDHTConfig()
cfg.description[m] = g_Configure.GetString(g_Keys.modules.descriptor[m-'A']); cfg.description[m] = g_Configure.GetString(g_Keys.modules.descriptor[m-'A']);
auto nv = std::make_shared<dht::Value>(cfg); auto nv = std::make_shared<dht::Value>(cfg);
nv->user_type.assign("urfd-config-0"); nv->user_type.assign("urfd-config-1");
nv->id = toUType(EUrfdValueID::Config); nv->id = toUType(EUrfdValueID::Config);
node.putSigned( node.putSigned(

Loading…
Cancel
Save

Powered by TurnKey Linux.