Remove cancel token retransmit timeout.

git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@3012 fd59a12c-fef9-0310-b244-a6a79926bd2f
This commit is contained in:
Steven Dake 2010-08-03 17:31:33 +00:00
parent d6cd3b6b34
commit fef259970a

View File

@ -3740,10 +3740,6 @@ static int message_handler_mcast (
}
#endif
if (srp_addr_equal (&mcast_header.system_from, &instance->my_id) == 0) {
cancel_token_retransmit_timeout (instance);
}
/*
* If the message is foreign execute the switch below
*/