mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
group_chats.c:
- *->net->sock to *->net (like everywhere else :))
This commit is contained in:
parent
b91b87f285
commit
bcf251ac31
|
@ -185,7 +185,7 @@ static int send_groupchatpacket(Group_Chat *chat, IP_Port ip_port, uint8_t *publ
|
|||
if (len == -1)
|
||||
return -1;
|
||||
|
||||
if (sendpacket(chat->net->sock, ip_port, packet, len) == len)
|
||||
if (sendpacket(chat->net, ip_port, packet, len) == len)
|
||||
return 0;
|
||||
|
||||
return -1;
|
||||
|
|
Loading…
Reference in New Issue
Block a user