Remove unused variable in handle_sendnodes

This commit is contained in:
Tux3 / Mlkj / !Lev.uXFMLA 2014-09-10 19:36:51 +02:00
parent d69a6843e7
commit 6c2ea907e9

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