Commit 56aa5d8a authored by Nikolay Sivov's avatar Nikolay Sivov Committed by Alexandre Julliard

server: Return key name info for KeyNameInformation class.

parent 1f3c916f
...@@ -886,6 +886,7 @@ static void enum_key( const struct key *key, int index, int info_class, ...@@ -886,6 +886,7 @@ static void enum_key( const struct key *key, int index, int info_class,
switch(info_class) switch(info_class)
{ {
case KeyBasicInformation: case KeyBasicInformation:
case KeyNameInformation:
classlen = 0; /* only return the name */ classlen = 0; /* only return the name */
/* fall through */ /* fall through */
case KeyNodeInformation: case KeyNodeInformation:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment