This commit is contained in:
irungentoo 2014-09-10 13:53:14 -04:00
commit 184b0503fc
No known key found for this signature in database
GPG Key ID: 10349DC9BED89E98

View File

@ -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;
}