提交 73281a9f 编写于 作者: dengyihao's avatar dengyihao

fix conn auth failure

上级 267147c0
...@@ -231,8 +231,8 @@ static bool rpcGenUID(uint32_t *first, uint32_t *second) { ...@@ -231,8 +231,8 @@ static bool rpcGenUID(uint32_t *first, uint32_t *second) {
} }
} }
*first = (hashId >> 32) & 0xFFFFFFFF; *first = (id >> 32) & 0xFFFFFFFF;
*second = hashId & 0xFFFFFFFF; *second = id & 0xFFFFFFFF;
return true; return true;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册