允许AT.DataKey为空

This commit is contained in:
大石头 2017-05-07 18:16:55 +08:00
parent ecd6465e05
commit 8603c29309
1 changed files with 2 additions and 0 deletions

View File

@ -298,6 +298,8 @@ uint AT::OnReceive(Buffer& bs, void* param)
// 不要报未识别了,反正内部会全部吃掉
#endif
}
else if (!DataKey)
p = 0;
else
{
#if NET_DEBUG