diff options
Diffstat (limited to '')
-rw-r--r-- | g10/server.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/g10/server.c b/g10/server.c index e5539d5ac..31e35a905 100644 --- a/g10/server.c +++ b/g10/server.c @@ -623,7 +623,8 @@ cmd_passwd (assuan_context_t ctx, char *line) gpg_error_t err; (void)ctx; - line = skip_options (line); + (void)line; + /* line = skip_options (line); */ err = gpg_error (GPG_ERR_NOT_SUPPORTED); |