mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-22 10:19:57 +01:00
wks: Let the client ignore missing policy flags.
* tools/gpg-wks-client.c (command_send): Ignore missing policy flags. Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
parent
8431f5a7e8
commit
e917dfcd97
2
NEWS
2
NEWS
@ -591,7 +591,7 @@ Noteworthy changes in version 2.1.3 (2015-04-11)
|
||||
|
||||
* gpg: New option --print-pka-records. Changed the PKA method to use
|
||||
CERT records and hashed names. [Update: --print-pka-records
|
||||
replaced in 2.1.4.]
|
||||
replaced in 2.1.14.]
|
||||
|
||||
* gpg: New command --list-gcrypt-config. New parameter "curve"
|
||||
for --list-config.
|
||||
|
@ -699,7 +699,7 @@ command_send (const char *fingerprint, char *userid)
|
||||
estream_t mbuf;
|
||||
|
||||
err = wkd_get_policy_flags (addrspec, &mbuf);
|
||||
if (err)
|
||||
if (err && gpg_err_code (err) != GPG_ERR_NO_DATA)
|
||||
{
|
||||
log_error ("error reading policy flags for '%s': %s\n",
|
||||
submission_to, gpg_strerror (err));
|
||||
|
Loading…
x
Reference in New Issue
Block a user