diff options
author | NIIBE Yutaka <[email protected]> | 2017-04-17 11:03:36 +0000 |
---|---|---|
committer | NIIBE Yutaka <[email protected]> | 2017-04-17 11:03:36 +0000 |
commit | 9296aed4bd2ad09d23339e658264e557c5312585 (patch) | |
tree | 6e4bb2925eb31840c2d38049e9b94794ff92eae5 | |
parent | agent: Minor cleanup. (diff) | |
download | gnupg-9296aed4bd2ad09d23339e658264e557c5312585.tar.gz gnupg-9296aed4bd2ad09d23339e658264e557c5312585.zip |
agent: More minor change.
* agent/command.c (cmd_pksign): Remove redundant assignment.
Signed-off-by: NIIBE Yutaka <[email protected]>
-rw-r--r-- | agent/command.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/agent/command.c b/agent/command.c index bd184ac26..df788ef1d 100644 --- a/agent/command.c +++ b/agent/command.c @@ -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'; |