[PATCH] Enforce only one messaging_context per process

Jeremy Allison jra at samba.org
Wed Feb 19 17:38:45 MST 2014


On Wed, Feb 19, 2014 at 10:57:35AM +0100, Volker Lendecke wrote:
> Hi!
> 
> With the current source3/lib/messaging.c implementation we
> run into problems if we have more than one messaging context
> per process. Messages might not be delivered correctly, we
> only have one tdb record and only one signal per message
> sent. Messages might end up with the wrong messaging
> context. The attached patchset enforces this and fixes two
> places where we did have two messaging contexts.
> 
> Review would be appreciated.

Oooh - good catch ! Pushed to autobuild.


More information about the samba-technical mailing list