[PATCH] Trim down remove_child_pid()
Ralph Boehme
rb at sernet.de
Tue Nov 10 10:00:04 UTC 2015
On Mon, Nov 09, 2015 at 09:21:11PM +0100, Volker Lendecke wrote:
> Just figured out that the last patch has a bug:
>
> - messaging_send_buf(msg_ctx, messaging_server_id(msg_ctx),
> - MSG_SMB_BRL_VALIDATE, NULL, 0);
> + if (am_parent) {
> + messaging_send_buf(msg_ctx, parent->cleanupd,
> + MSG_SMB_BRL_VALIDATE, NULL, 0);
> + }
>
> We need to send to am_parent->cleanupd, not
> parent->cleanupd. I have no clue how this went through the
> private autobuild. Can you change that directly?
of course.
-Ralph
--
SerNet GmbH, Bahnhofsallee 1b, 37081 Göttingen
phone: +49-551-370000-0, fax: +49-551-370000-9
AG Göttingen, HRB 2816, GF: Dr. Johannes Loxen
http://www.sernet.de,mailto:kontakt@sernet.de
More information about the samba-technical
mailing list