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
|
@ -452,7 +452,7 @@ reimport_one (ctrl_t ctrl, struct stats_s *stats, int in_fd)
|
|||
|
||||
stats->count++;
|
||||
|
||||
err = keydb_classify_name (line, &desc);
|
||||
err = classify_user_id (line, &desc);
|
||||
if (err)
|
||||
{
|
||||
print_import_problem (ctrl, NULL, 0);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue