X-Git-Url: http://git.samba.org/samba.git/?p=bbaumbach%2Fsamba-autobuild%2F.git;a=blobdiff_plain;f=source4%2Flib%2Fsocket%2Fsocket_unix.c;h=0c65bb46fb1e2302ee0f5e22f81113eb98f0d32d;hp=c5af48da0fa1ead76c88dd544e243b5e54acfe26;hb=1ef362c89d98777651c8789af4b74a0a6fb9fcdc;hpb=75c29073ce12723598e4e204ccb616cd52fa2c13 diff --git a/source4/lib/socket/socket_unix.c b/source4/lib/socket/socket_unix.c index c5af48da0fa..0c65bb46fb1 100644 --- a/source4/lib/socket/socket_unix.c +++ b/source4/lib/socket/socket_unix.c @@ -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; }