server: Return key name info for KeyNameInformation class.

This commit is contained in:
Nikolay Sivov 2013-12-19 08:40:49 +04:00 committed by Alexandre Julliard
parent 1f3c916f00
commit 56aa5d8a5f
1 changed files with 1 additions and 0 deletions

View File

@ -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: