改为引用

This commit is contained in:
WangQiang 2016-08-22 08:19:47 +00:00
parent ce0aa67b49
commit 2c5ac9d16a
1 changed files with 2 additions and 2 deletions

View File

@ -179,8 +179,8 @@ bool ProxyFactory::GetConfig(const Pair& args, Stream& result)
// 数据先写进缓冲区ms2 // 数据先写进缓冲区ms2
MemoryStream ms2; MemoryStream ms2;
auto name = cfg.Keys(); auto& name = cfg.Keys();
auto value = cfg.Values(); auto& value = cfg.Values();
// debug_printf("cfg count : %d value count : %d\t\t", name.Count(), value.Count()); // debug_printf("cfg count : %d value count : %d\t\t", name.Count(), value.Count());
String str; String str;