mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
Merge branch 'smallfix' of https://github.com/tux3/toxcore
This commit is contained in:
commit
184b0503fc
|
@ -469,7 +469,7 @@ static int handle_sendnodes(Group_Chat *chat, IP_Port source, int peernum, const
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
int ok = add_closepeer(chat, chat->group[peernum].client_id, source);
|
add_closepeer(chat, chat->group[peernum].client_id, source);
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user