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:
committed by
Gerald (Jerry) Carter
parent
75c29073ce
commit
1ef362c89d
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user