1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-18 00:23:50 +03:00

r9705: r9685@blu: tridge | 2005-08-27 19:43:44 +1000

set the backend_name on socket_accept() too
This commit is contained in:
Andrew Tridgell
2005-08-28 02:37:49 +00:00
committed by Gerald (Jerry) Carter
parent 4bb3d36fe6
commit 10ac273288
4 changed files with 4 additions and 0 deletions

View File

@@ -200,6 +200,7 @@ static NTSTATUS unixdom_accept(struct socket_context *sock,
(*new_sock)->private_data = NULL;
(*new_sock)->ops = sock->ops;
(*new_sock)->backend_name = sock->backend_name;
return NT_STATUS_OK;
}