Commit 7393c9b2ec88b193cfab9af90928c82c0e3be067

Authored by Perry Werneck
1 parent 1820bcc5
Exists in master and in 2 other branches develop, macos

Changing crl download property name.

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/core/properties/boolean.c
@@ -198,7 +198,7 @@ @@ -198,7 +198,7 @@
198 }, 198 },
199 199
200 { 200 {
201 - .name = "crlget", // Property name. 201 + .name = "crl_download", // Property name.
202 .description = N_( "Non zero if the download of CRL is enabled" ), // Property description. 202 .description = N_( "Non zero if the download of CRL is enabled" ), // Property description.
203 .get = lib3270_ssl_get_crl_download, // Get value. 203 .get = lib3270_ssl_get_crl_download, // Get value.
204 .set = lib3270_ssl_set_crl_download // Set value. 204 .set = lib3270_ssl_set_crl_download // Set value.