mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-02 12:01:32 +01:00
gpgsm: Fix commit be07ed65.
* sm/server.c (option_handler): Use "with-secret".
This commit is contained in:
parent
be07ed65e1
commit
09a2d4ec74
@ -274,7 +274,7 @@ option_handler (assuan_context_t ctx, const char *key, const char *value)
|
||||
int i = *value? atoi (value) : 0;
|
||||
ctrl->with_validation = i;
|
||||
}
|
||||
else if (!strcmp (key, "with-validation"))
|
||||
else if (!strcmp (key, "with-secret"))
|
||||
{
|
||||
int i = *value? atoi (value) : 0;
|
||||
ctrl->with_secret = i;
|
||||
|
Loading…
x
Reference in New Issue
Block a user