mirror of
git://git.gnupg.org/gnupg.git
synced 2025-04-17 15:44:34 +02:00
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:
parent
45c52cca14
commit
9296aed4bd
@ -791,7 +791,6 @@ cmd_pksign (assuan_context_t ctx, char *line)
|
|||||||
|
|
||||||
line = skip_options (line);
|
line = skip_options (line);
|
||||||
|
|
||||||
p = line;
|
|
||||||
for (p=line; *p && *p != ' ' && *p != '\t'; p++)
|
for (p=line; *p && *p != ' ' && *p != '\t'; p++)
|
||||||
;
|
;
|
||||||
*p = '\0';
|
*p = '\0';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user