mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Change capitalization of TOR to Tor.
--
This commit is contained in:
parent
afbe87fa2d
commit
9ffcb77e25
11 changed files with 33 additions and 33 deletions
|
@ -183,13 +183,13 @@ create_context (ctrl_t ctrl, assuan_context_t *r_ctx)
|
|||
else if ((opt.keyserver_options.options & KEYSERVER_HONOR_KEYSERVER_URL))
|
||||
{
|
||||
/* Tell the dirmngr that this possibly privacy invading
|
||||
option is in use. If Dirmngr is running in TOR mode, it
|
||||
option is in use. If Dirmngr is running in Tor mode, it
|
||||
will return an error. */
|
||||
err = assuan_transact (ctx, "OPTION honor-keyserver-url-used",
|
||||
NULL, NULL, NULL, NULL, NULL, NULL);
|
||||
if (gpg_err_code (err) == GPG_ERR_FORBIDDEN)
|
||||
log_error (_("keyserver option \"honor-keyserver-url\""
|
||||
" may not be used in TOR mode\n"));
|
||||
" may not be used in Tor mode\n"));
|
||||
else if (gpg_err_code (err) == GPG_ERR_UNKNOWN_OPTION)
|
||||
err = 0; /* Old dirmngr versions do not support this option. */
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue