diff --git a/exec/totemsrp.c b/exec/totemsrp.c index 665c4b9f..af9ddaff 100644 --- a/exec/totemsrp.c +++ b/exec/totemsrp.c @@ -3577,7 +3577,9 @@ if (random()%100 < 50) { return (0); } #endif - cancel_token_retransmit_timeout (); // REVIEWED + if (system_from->sin_addr.s_addr != my_id.sin_addr.s_addr) { + cancel_token_retransmit_timeout (); + } /* * If the message is foreign execute the switch below