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:
parent
c3b90f00d4
commit
b80071602f
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user