Nikolay Sivov : server: Return key name info for KeyNameInformation class.

Alexandre Julliard julliard at winehq.org
Thu Dec 19 12:43:27 CST 2013


Module: wine
Branch: master
Commit: 56aa5d8a5f805fb21c9d91a0cc945351a8b78acf
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=56aa5d8a5f805fb21c9d91a0cc945351a8b78acf

Author: Nikolay Sivov <nsivov at codeweavers.com>
Date:   Thu Dec 19 08:40:49 2013 +0400

server: Return key name info for KeyNameInformation class.

---

 server/registry.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/server/registry.c b/server/registry.c
index fb9c06d..1436bfe 100644
--- a/server/registry.c
+++ b/server/registry.c
@@ -886,6 +886,7 @@ static void enum_key( const struct key *key, int index, int info_class,
     switch(info_class)
     {
     case KeyBasicInformation:
+    case KeyNameInformation:
         classlen = 0; /* only return the name */
         /* fall through */
     case KeyNodeInformation:




More information about the wine-cvs mailing list