fix error in last commit, use right function
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15229 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -955,7 +955,7 @@ static struct kcm_op kcm_ops[] = {
|
||||
{ "RETRIEVE", kcm_op_retrieve },
|
||||
{ "GET_PRINCIPAL", kcm_op_get_principal },
|
||||
{ "GET_FIRST", kcm_op_get_first },
|
||||
{ "GET_NEXT", kcm_op_get_name },
|
||||
{ "GET_NEXT", kcm_op_get_next },
|
||||
{ "END_GET", kcm_op_end_get },
|
||||
{ "REMOVE_CRED", kcm_op_remove_cred },
|
||||
{ "SET_FLAGS", kcm_op_set_flags },
|
||||
|
Reference in New Issue
Block a user