aboutsummaryrefslogtreecommitdiff
path: root/src/setup/gnunet-setup-options.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/setup/gnunet-setup-options.c')
-rw-r--r--src/setup/gnunet-setup-options.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/setup/gnunet-setup-options.c b/src/setup/gnunet-setup-options.c
index 79b277f2..46ce9dbb 100644
--- a/src/setup/gnunet-setup-options.c
+++ b/src/setup/gnunet-setup-options.c
@@ -1484,7 +1484,7 @@ static struct GNUNET_SETUP_VisibilitySpecification hide_postgres_datastore_tab[]
1484 * Hide "sqlite datacache" tab if sqlite not active. 1484 * Hide "sqlite datacache" tab if sqlite not active.
1485 */ 1485 */
1486static struct GNUNET_SETUP_VisibilitySpecification hide_sqlite_datacache_tab[] = { 1486static struct GNUNET_SETUP_VisibilitySpecification hide_sqlite_datacache_tab[] = {
1487 {"GNUNET_setup_fs_datacache_sqlite_label", "^sqlite$", NULL}, 1487 {"GNUNET_setup_fs_datacache_sqlite_body_label", "^sqlite$", NULL},
1488 {NULL, NULL, NULL} 1488 {NULL, NULL, NULL}
1489}; 1489};
1490 1490
@@ -2248,7 +2248,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
2248 /* VPN/PT service */ 2248 /* VPN/PT service */
2249 2249
2250 { 2250 {
2251 "GNUNET_setup_general_services_vpn_checkbutton", 2251 "GNUNET_setup_general_services_pt_checkbutton",
2252 "toggled", 2252 "toggled",
2253 "arm", 2253 "arm",
2254 "DEFAULTSERVICES", 2254 "DEFAULTSERVICES",