Commit f2b34ddd authored by Alexandre Julliard's avatar Alexandre Julliard

server: Set the fd user when duplicating a mapping file descriptor into a new file.

parent 33c491eb
......@@ -162,6 +162,7 @@ struct file *create_file_for_fd_obj( struct fd *fd, unsigned int access, unsigne
release_object( file );
return NULL;
}
set_fd_user( file->fd, &file_fd_ops, &file->obj );
}
return file;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment