Browse Source

fixed missing t->kr in t_uac

Jiri Kuthan 23 năm trước cách đây
mục cha
commit
b19410c145
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      modules/tm/uac.c

+ 1 - 0
modules/tm/uac.c

@@ -184,6 +184,7 @@ int t_uac( str *msg_type, str *dst,
 		ser_error=ret=E_SEND;
 		goto error01;
 	}
+	new_cell->kr=REQ_FWDED;
 	start_retr( request );
 
 	/* success */