Huw Davies (@huw) commented about server/protocol.def:
/* Load a registry branch from a file */ @REQ(load_registry)
- obj_handle_t file; /* file to load from */
- unsigned int flags; /* flags */
- unsigned int access; /* wanted access rights */ VARARG(objattr,object_attributes); /* object attributes */
- VARARG(filename,string); /* file to load name */
Why are you now sending the filename, rather than the file object handle, to the server?