Browse Source

bug_fix: forgotten timer resetting

Jiri Kuthan 23 years ago
parent
commit
41b4619be5
1 changed files with 1 additions and 0 deletions
  1. 1 0
      modules/tm/timer.c

+ 1 - 0
modules/tm/timer.c

@@ -254,6 +254,7 @@ inline static void retransmission_handler( void *attr)
 				"request resending (t=%p, %.9s ... )\n", 
 				r_buf->my_T, r_buf->buffer);
 			if (SEND_BUFFER( r_buf )<=0) {
+				reset_timer( &r_buf->fr_timer );
 				fake_reply(r_buf->my_T, r_buf->branch, 503 );
 				return;
 			}