From b80071602ffa127ab1857b0203ff868c15b8ce6b Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Fri, 26 Feb 2010 10:19:55 +0100 Subject: [PATCH] s4-ntp: Fixed the memory context of tstream_bsd_existing() Signed-off-by: Stefan Metzmacher --- source4/ntp_signd/ntp_signd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source4/ntp_signd/ntp_signd.c b/source4/ntp_signd/ntp_signd.c index 025ff2be84f..a2d14ad9181 100644 --- a/source4/ntp_signd/ntp_signd.c +++ b/source4/ntp_signd/ntp_signd.c @@ -445,7 +445,7 @@ static void ntp_signd_accept(struct stream_connection *conn) TALLOC_FREE(conn->event.fde); - rc = tstream_bsd_existing_socket(ntp_signd_conn->tstream, + rc = tstream_bsd_existing_socket(ntp_signd_conn, socket_get_fd(conn->socket), &ntp_signd_conn->tstream); if (rc < 0) { -- 2.11.4.GIT