11 Nov
2020
11 Nov
'20
7:09 p.m.
Paul Gofman <pgofman(a)codeweavers.com> writes:
@@ -1350,28 +1350,39 @@ DECL_HANDLER(create_named_pipe) struct named_pipe *pipe; struct pipe_server *server; struct unicode_str name; - struct object *root; + struct object *root = NULL; const struct security_descriptor *sd; - const struct object_attributes *objattr = get_req_object_attributes( &sd, &name, &root ); + const struct object_attributes *objattr = get_req_object_attributes( &sd, &name, NULL );
It should be possible to make get_req_object_attributes() not require a directory instead. -- Alexandre Julliard julliard(a)winehq.org