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

Alexandre Julliard julliard at winehq.org
Fri Jan 10 14:44:57 CST 2014


Module: wine
Branch: stable
Commit: 7a41c9890d0dceb83008129d568fcbbba357492a
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=7a41c9890d0dceb83008129d568fcbbba357492a

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

server: Return key name info for KeyNameInformation class.

(cherry picked from commit 56aa5d8a5f805fb21c9d91a0cc945351a8b78acf)

---

 server/registry.c |    1 +
 1 file changed, 1 insertion(+)

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