mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
gpg: Remove unused args from a function.
* g10/keyserver.c (parse_keyserver_uri): Remove args configname and configlineno. Change all callers. Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
parent
56e6888233
commit
616e511f27
8 changed files with 13 additions and 18 deletions
|
@ -754,7 +754,7 @@ fetch_url (ctrl_t ctrl)
|
|||
gpg_strerror(rc));
|
||||
else if (info.pubkey_url && *info.pubkey_url)
|
||||
{
|
||||
spec=parse_keyserver_uri(info.pubkey_url,1,NULL,0);
|
||||
spec = parse_keyserver_uri (info.pubkey_url, 1);
|
||||
if(spec && info.fpr1valid)
|
||||
{
|
||||
/* This is not perfectly right. Currently, all card
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue