1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-06-01 22:28:02 +02:00

scd: Don't put newline at the end of status.

* scd/command.c (send_keyinfo): Remove newline.

Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
This commit is contained in:
NIIBE Yutaka 2019-05-15 17:12:23 +09:00
parent 42adb56e66
commit 01730529f2

View File

@ -1881,7 +1881,7 @@ send_keyinfo (ctrl_t ctrl, int data, const char *keygrip_str,
char *string;
assuan_context_t ctx = ctrl->server_local->assuan_ctx;
string = xtryasprintf ("%s T %s %s\n", keygrip_str,
string = xtryasprintf ("%s T %s %s", keygrip_str,
serialno? serialno : "-",
idstr? idstr : "-");
if (!string)