aboutsummaryrefslogtreecommitdiffstats
path: root/g10/getkey.c
diff options
context:
space:
mode:
Diffstat (limited to 'g10/getkey.c')
-rw-r--r--g10/getkey.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/getkey.c b/g10/getkey.c
index 4a4dd551d..f8cb869a7 100644
--- a/g10/getkey.c
+++ b/g10/getkey.c
@@ -2938,7 +2938,7 @@ parse_auto_key_locate (char *options)
else if (ascii_strcasecmp (tok, "pka") == 0)
akl->type = AKL_PKA;
#endif
- else if ((akl->spec = parse_keyserver_uri (tok, 1, NULL, 0)))
+ else if ((akl->spec = parse_keyserver_uri (tok, 1)))
akl->type = AKL_SPEC;
else
{