diff options
author | Werner Koch <[email protected]> | 2001-09-07 11:40:19 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2001-09-07 11:40:19 +0000 |
commit | 2874670be96c65a30179abe810f84a24b58ba2a4 (patch) | |
tree | 1e66cb01ef8116e8910add1f342ce7451e2af182 /g10/pkclist.c | |
parent | fixed a stupid C error (diff) | |
download | gnupg-SNAP-1-0-6a.tar.gz gnupg-SNAP-1-0-6a.zip |
Last changes before 1.0.6a snapshot releaseSNAP-1-0-6a
Diffstat (limited to '')
-rw-r--r-- | g10/pkclist.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/g10/pkclist.c b/g10/pkclist.c index e09d55418..cad60c059 100644 --- a/g10/pkclist.c +++ b/g10/pkclist.c @@ -1047,6 +1047,7 @@ build_pk_list( STRLIST remusr, PK_LIST *ret_pk_list, unsigned use ) if( !rc && !any_recipients ) { log_error(_("no valid addressees\n")); + write_status_text (STATUS_NO_RECP, "0"); rc = G10ERR_NO_USER_ID; } |