$OpenBSD: patch-lib_options_h,v 1.3 2008/12/01 16:09:01 ajacoutot Exp $ --- lib/options.h.orig Wed Jan 10 02:24:51 2007 +++ lib/options.h Mon Dec 1 17:03:43 2008 @@ -149,7 +149,7 @@ gftp_config_vars gftp_global_config_vars[] = N_("This specifies the default protocol to use"), GFTP_PORT_ALL, NULL}, #if defined (HAVE_GETADDRINFO) && defined (HAVE_GAI_STRERROR) {"enable_ipv6", N_("Enable IPv6 support"), - gftp_option_type_checkbox, GINT_TO_POINTER(1), NULL, + gftp_option_type_checkbox, GINT_TO_POINTER(0), NULL, GFTP_CVARS_FLAGS_SHOW_BOOKMARK, N_("Enable IPv6 support"), GFTP_PORT_ALL, NULL}, #endif