diff options
Diffstat (limited to 'g10/call-dirmngr.c')
-rw-r--r-- | g10/call-dirmngr.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/g10/call-dirmngr.c b/g10/call-dirmngr.c index cb6c69cd7..76fa07257 100644 --- a/g10/call-dirmngr.c +++ b/g10/call-dirmngr.c @@ -379,6 +379,7 @@ ks_status_cb (void *opaque, const char *line) if ((s = has_leading_keyword (line, parm->keyword? parm->keyword : "SOURCE"))) { + /* Note that the arg for "S SOURCE" is the URL of a keyserver. */ if (!parm->source) { parm->source = xtrystrdup (s); |