未验证 提交 c7382c1d 编写于 作者: 杨连钊 提交者: GitHub

Update at_socket.c

上级 fa46d6ac
......@@ -855,7 +855,7 @@ int at_recv(int s, void *mem, size_t len, int flags)
int at_sendto(int socket, const void *data, size_t size, int flags, const struct sockaddr *to, socklen_t tolen)
{
struct at_socket *sock = RT_NULL;
int len, result = 0;
int len = 0, result = 0;
if (data == RT_NULL || size == 0)
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册