diff options
author | Werner Koch <[email protected]> | 2015-10-21 16:14:24 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2015-10-21 16:14:24 +0000 |
commit | 9ffcb77e2565651afdeda523374bcbb24b5bd735 (patch) | |
tree | dc08d23abb2189e5088f37b116f6b50cf05e184d /dirmngr/ks-engine-ldap.c | |
parent | dirmngr: Use the new DNS wrapper for the HKP engine. (diff) | |
download | gnupg-9ffcb77e2565651afdeda523374bcbb24b5bd735.tar.gz gnupg-9ffcb77e2565651afdeda523374bcbb24b5bd735.zip |
Change capitalization of TOR to Tor.
--
Diffstat (limited to 'dirmngr/ks-engine-ldap.c')
-rw-r--r-- | dirmngr/ks-engine-ldap.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/dirmngr/ks-engine-ldap.c b/dirmngr/ks-engine-ldap.c index c6fa5ebc3..77a2dd00d 100644 --- a/dirmngr/ks-engine-ldap.c +++ b/dirmngr/ks-engine-ldap.c @@ -838,8 +838,8 @@ ks_ldap_get (ctrl_t ctrl, parsed_uri_t uri, const char *keyspec, if (opt.use_tor) { - /* For now we do not support LDAP over TOR. */ - log_error (_("LDAP access not possible due to TOR mode\n")); + /* For now we do not support LDAP over Tor. */ + log_error (_("LDAP access not possible due to Tor mode\n")); return gpg_error (GPG_ERR_NOT_SUPPORTED); } @@ -1021,8 +1021,8 @@ ks_ldap_search (ctrl_t ctrl, parsed_uri_t uri, const char *pattern, if (opt.use_tor) { - /* For now we do not support LDAP over TOR. */ - log_error (_("LDAP access not possible due to TOR mode\n")); + /* For now we do not support LDAP over Tor. */ + log_error (_("LDAP access not possible due to Tor mode\n")); return gpg_error (GPG_ERR_NOT_SUPPORTED); } @@ -1897,8 +1897,8 @@ ks_ldap_put (ctrl_t ctrl, parsed_uri_t uri, if (opt.use_tor) { - /* For now we do not support LDAP over TOR. */ - log_error (_("LDAP access not possible due to TOR mode\n")); + /* For now we do not support LDAP over Tor. */ + log_error (_("LDAP access not possible due to Tor mode\n")); return gpg_error (GPG_ERR_NOT_SUPPORTED); } |