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
1 changed files with 1 additions and 1 deletions

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)