From 062a8cf0068d9833b68d6569eae6fdb0fc622726 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Fri, 26 Feb 2010 10:21:10 +0100 Subject: [PATCH] s4-winbind: Fixed the memory context of tstream_bsd_existing() Signed-off-by: Stefan Metzmacher --- source4/winbind/wb_server.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source4/winbind/wb_server.c b/source4/winbind/wb_server.c index 306c8e2add6..11f0bf0ba55 100644 --- a/source4/winbind/wb_server.c +++ b/source4/winbind/wb_server.c @@ -127,7 +127,7 @@ static void wbsrv_accept(struct stream_connection *conn) TALLOC_FREE(conn->event.fde); - rc = tstream_bsd_existing_socket(wbsrv_conn->tstream, + rc = tstream_bsd_existing_socket(wbsrv_conn, socket_get_fd(conn->socket), &wbsrv_conn->tstream); if (rc < 0) { -- 2.34.1