mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-30 16:17:02 +01: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:
parent
42adb56e66
commit
01730529f2
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user