mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +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
1 changed files with 0 additions and 1 deletions
|
@ -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';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue