mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
Remove the default keyserver.
This commit is contained in:
parent
a04c936096
commit
a2f2523b99
4 changed files with 7 additions and 6 deletions
|
@ -2209,8 +2209,10 @@ ensure_keyserver (ctrl_t ctrl)
|
|||
if (!opt.keyserver)
|
||||
{
|
||||
/* No global option set. Fall back to default: */
|
||||
return make_keyserver_item (DIRMNGR_DEFAULT_KEYSERVER,
|
||||
&ctrl->server_local->keyservers);
|
||||
/* return make_keyserver_item (DIRMNGR_DEFAULT_KEYSERVER, */
|
||||
/* &ctrl->server_local->keyservers); */
|
||||
err = gpg_error (GPG_ERR_NO_KEYSERVER); /* No more default. */
|
||||
goto leave;
|
||||
}
|
||||
|
||||
for (sl = opt.keyserver; sl; sl = sl->next)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue