允许AT.DataKey为空
This commit is contained in:
parent
ecd6465e05
commit
8603c29309
|
@ -298,6 +298,8 @@ uint AT::OnReceive(Buffer& bs, void* param)
|
||||||
// 不要报未识别了,反正内部会全部吃掉
|
// 不要报未识别了,反正内部会全部吃掉
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
else if (!DataKey)
|
||||||
|
p = 0;
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
#if NET_DEBUG
|
#if NET_DEBUG
|
||||||
|
|
Loading…
Reference in New Issue