1
0
Fork 0
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:
Werner Koch 2025-01-08 18:19:49 +01:00
parent a04c936096
commit a2f2523b99
No known key found for this signature in database
GPG key ID: E3FDFF218E45B72B
4 changed files with 7 additions and 6 deletions

View file

@ -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)