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:
committed by
Gerald (Jerry) Carter
parent
4bb3d36fe6
commit
10ac273288
@@ -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