r9705: r9685@blu: tridge | 2005-08-27 19:43:44 +1000
[bbaumbach/samba-autobuild/.git] / source4 / lib / socket / socket_unix.c
index c5af48da0fa1ead76c88dd544e243b5e54acfe26..0c65bb46fb1e2302ee0f5e22f81113eb98f0d32d 100644 (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;
 }