Re: [Openais] [PATCH] openais/trunk: fixed evt service

2009-04-24 Thread Steven Dake
nice work! I'm going to merge this since you likely wont be back in before 0.96 is cut. On Fri, 2009-04-24 at 13:12 +0200, Jan Friesse wrote: > Patch fixes evt service. Main problem is in hdb_handle_* functions, > which expect 64bits handle number, but request has 32bits. So using > hdb_nochec

[Openais] [PATCH] openais/trunk: fixed evt service

2009-04-24 Thread Jan Friesse
Patch fixes evt service. Main problem is in hdb_handle_* functions, which expect 64bits handle number, but request has 32bits. So using hdb_nocheck_convert in service/evt.c makes test/testevt works again. Regards, Honza Index: services/evt.c ==