agent: More minor change.

* agent/command.c (cmd_pksign): Remove redundant assignment.

Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
This commit is contained in:
NIIBE Yutaka 2017-04-17 20:03:36 +09:00
parent 45c52cca14
commit 9296aed4bd
1 changed files with 0 additions and 1 deletions

View File

@ -791,7 +791,6 @@ cmd_pksign (assuan_context_t ctx, char *line)
line = skip_options (line);
p = line;
for (p=line; *p && *p != ' ' && *p != '\t'; p++)
;
*p = '\0';