mirror of
https://git.proxmox.com/git/mirror_corosync
synced 2025-08-13 22:13:02 +00:00
cov 10405: remove unused pointer from totemsrp.
git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@2845 fd59a12c-fef9-0310-b244-a6a79926bd2f
This commit is contained in:
parent
b1d84f9ecc
commit
92985c31d9
@ -2326,7 +2326,6 @@ static int orf_token_mcast (
|
||||
struct cs_queue *mcast_queue;
|
||||
struct sq *sort_queue;
|
||||
struct sort_queue_item sort_queue_item;
|
||||
struct sort_queue_item *sort_queue_item_ptr;
|
||||
struct mcast *mcast;
|
||||
unsigned int fcc_mcast_current;
|
||||
|
||||
@ -2372,8 +2371,7 @@ static int orf_token_mcast (
|
||||
/*
|
||||
* Add message to retransmit queue
|
||||
*/
|
||||
sort_queue_item_ptr = sq_item_add (sort_queue,
|
||||
&sort_queue_item, message_item->mcast->seq);
|
||||
sq_item_add (sort_queue, &sort_queue_item, message_item->mcast->seq);
|
||||
|
||||
totemrrp_mcast_noflush_send (
|
||||
instance->totemrrp_context,
|
||||
|
Loading…
Reference in New Issue
Block a user