aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--agent/command.c1
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';