1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-10 01:18:15 +03:00

s4-ntp: Fixed the memory context of tstream_bsd_existing()

Signed-off-by: Stefan Metzmacher <metze@samba.org>
This commit is contained in:
Andreas Schneider 2010-02-26 10:19:55 +01:00 committed by Stefan Metzmacher
parent c3b90f00d4
commit b80071602f

View File

@ -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) {