Ticket #1746: passive-proxy-fix.patch

File passive-proxy-fix.patch, 621 bytes (added by bilbo, 14 years ago)

Fix missing option

  • src/setup.c

    diff --git a/src/setup.c b/src/setup.c
    index cf48c20..cfbd0c8 100644
    a b static const struct { 
    193193    { "ftpfs_retry_seconds", &ftpfs_retry_seconds }, 
    194194    { "ftpfs_always_use_proxy", &ftpfs_always_use_proxy }, 
    195195    { "ftpfs_use_passive_connections", &ftpfs_use_passive_connections }, 
     196    { "ftpfs_use_passive_connections_over_proxy", &ftpfs_use_passive_connections_over_proxy }, 
    196197    { "ftpfs_use_unix_list_options", &ftpfs_use_unix_list_options }, 
    197198    { "ftpfs_first_cd_then_ls", &ftpfs_first_cd_then_ls }, 
    198199    { "fish_directory_timeout", &fish_directory_timeout },