1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-27 07:42:04 +03:00

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

set the backend_name on socket_accept() too
(This used to be commit 10ac273288)
This commit is contained in:
Andrew Tridgell
2005-08-28 02:37:49 +00:00
committed by Gerald (Jerry) Carter
parent 75c29073ce
commit 1ef362c89d
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;
}