Hi Klaus,
on SVN, only the trunk was fixed - so you can test with latest SVN
version. But if you want to test with 1.2, here is a patch that (should)
fix the problem - apply it against 1.2 SVN, recompile and give it a try....
regards,
bogdan
Klaus Darilion wrote:
Hi Bogdan!
should I re-test with SVN or 1.2?
Bogdan-Andrei Iancu wrote:
Hi Klaus,
thanks for the access to the test machine. I managed to find and fix
the bug (according to our tests)- it is already applied on SVN trunk.
Before backporting it to 1.2, I would like to know if it possible for
you to test it also...let me know if you need the patch or something
else...
Thanks and regards,
Bogdan
Index: modules/tm/h_table.c
===================================================================
--- modules/tm/h_table.c (revision 2227)
+++ modules/tm/h_table.c (revision 2228)
@@ -66,6 +66,11 @@
int syn_branch = 1;
+void reset_kr()
+{
+ kr = 0;
+}
+
void set_kr( enum kill_reason _kr )
{
kr|=_kr;
Index: modules/tm/h_table.h
===================================================================
--- modules/tm/h_table.h (revision 2227)
+++ modules/tm/h_table.h (revision 2228)
@@ -336,6 +336,7 @@
extern int syn_branch;
+void reset_kr();
void set_kr( enum kill_reason kr );
enum kill_reason get_kr();
Index: modules/tm/tm.c
===================================================================
--- modules/tm/tm.c (revision 2227)
+++ modules/tm/tm.c (revision 2228)
@@ -530,7 +530,7 @@
reset_cancelled_t();
reset_e2eack_t();
/* reset the kr status */
- set_kr(0);
+ reset_kr();
return 1;
}
_______________________________________________
Devel mailing list
Devel@openser.org
http://openser.org/cgi-bin/mailman/listinfo/devel