ntdll: Implement the NamedPipeConfiguration value for the FilePipeLocalInformation class of NtQueryInformationFile.
diff --git a/server/named_pipe.c b/server/named_pipe.c
index d6c1383..d720b17 100644
--- a/server/named_pipe.c
+++ b/server/named_pipe.c
@@ -1026,6 +1026,7 @@
     }
 
     reply->flags        = server->pipe->flags;
+    reply->sharing      = server->pipe->sharing;
     reply->maxinstances = server->pipe->maxinstances;
     reply->instances    = server->pipe->instances;
     reply->insize       = server->pipe->insize;