2008-08-06 Marcus Brinkmann <marcus@g10code.de>

* gpgconf-comp.c (gc_options_gpgsm): Change type of keyserver
	option to GC_ARG_TYPE_LDAP_SERVER.
This commit is contained in:
Marcus Brinkmann 2008-08-06 14:38:41 +00:00
parent f923f576e1
commit 5af58480ea
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
2008-08-06 Marcus Brinkmann <marcus@g10code.de>
* gpgconf-comp.c (gc_options_gpgsm): Change type of keyserver
option to GC_ARG_TYPE_LDAP_SERVER.
* gpgconf-comp.c (retrieve_options_from_file): Transfer the
NO_CHANGE flag from the file name option to the list option.

View File

@ -742,7 +742,7 @@ static gc_option_t gc_options_gpgsm[] =
GC_ARG_TYPE_STRING, GC_BACKEND_GPGSM },
{ "keyserver", GC_OPT_FLAG_LIST, GC_LEVEL_BASIC,
"gnupg", N_("|SPEC|use this keyserver to lookup keys"),
GC_ARG_TYPE_STRING, GC_BACKEND_GPGSM },
GC_ARG_TYPE_LDAP_SERVER, GC_BACKEND_GPGSM },
{ "Debug",
GC_OPT_FLAG_GROUP, GC_LEVEL_ADVANCED,