mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-03 12:11:33 +01:00
sm: Fix certificate lookup in dirmngr cache.
* sm/call-dirmngr.c (get_cached_cert): Fix typo in LOOKUP command. -- This bug has been here since the code was written. The commit message for commit 2d0ca28a226773b9779a93c39bba9bace13232fe actually had the warning that the code has not been tested. Now the funny thing is that when the code was backported to the 2.0 branch just a few minutes later that typo was fixed en passant in that branch.
This commit is contained in:
parent
c2383407bb
commit
6619ead2cf
@ -823,7 +823,7 @@ get_cached_cert (assuan_context_t ctx,
|
|||||||
*r_cert = NULL;
|
*r_cert = NULL;
|
||||||
|
|
||||||
bin2hex (fpr, 20, hexfpr);
|
bin2hex (fpr, 20, hexfpr);
|
||||||
snprintf (line, DIM(line)-1, "LOOKUP --signle --cache-only 0x%s", hexfpr);
|
snprintf (line, DIM(line)-1, "LOOKUP --single --cache-only 0x%s", hexfpr);
|
||||||
|
|
||||||
init_membuf (&mb, 4096);
|
init_membuf (&mb, 4096);
|
||||||
err = assuan_transact (ctx, line, get_cached_cert_data_cb, &mb,
|
err = assuan_transact (ctx, line, get_cached_cert_data_cb, &mb,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user