server: Return key name info for KeyNameInformation class.
This commit is contained in:
parent
1f3c916f00
commit
56aa5d8a5f
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue