mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
Unification of the search descriptor usage.
This commit is contained in:
parent
bb861ac730
commit
9a96043be4
32 changed files with 501 additions and 599 deletions
|
@ -45,7 +45,7 @@ delete_one (ctrl_t ctrl, const char *username)
|
|||
int duplicates = 0;
|
||||
int is_ephem = 0;
|
||||
|
||||
rc = keydb_classify_name (username, &desc);
|
||||
rc = classify_user_id (username, &desc);
|
||||
if (rc)
|
||||
{
|
||||
log_error (_("certificate `%s' not found: %s\n"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue