openbsd-ports/net/gftp/patches/patch-lib_options_h
ajacoutot 8e927ce3dd - major bugfix release to gftp-2.0.19
Improvements to the networking code, fixes for several segfaults, i18n
fixes, and 38 updated or new translations.
- IPv6 is still disabled (thanks to sthen@ for confirming it still
doesn't work properly...) ; any taker to fix it, be my guest
2008-12-01 16:09:01 +00:00

13 lines
627 B
Plaintext

$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