mirror of
https://github.com/proxytunnel/proxytunnel.git
synced 2026-07-25 20:03:59 +00:00
Added patch from Fred Donck to fix his previous patch, after testing at
a client with authenticating proxies he found a small problem. git-svn-id: https://proxytunnel.svn.sourceforge.net/svnroot/proxytunnel/trunk/proxytunnel@62 bc163920-b10d-0410-b2c5-a5491ca2ceef
This commit is contained in:
parent
a8fbfeaedf
commit
1bf5d4faee
1 changed files with 2 additions and 2 deletions
|
|
@ -264,8 +264,8 @@ int cmdline_parser( int argc, char * const *argv, struct gengetopt_args_info *ar
|
|||
clear_args ();
|
||||
exit (1);
|
||||
}
|
||||
args_info->user_given = 1;
|
||||
args_info->user_arg = gengetopt_strdup (tmp_env_var);
|
||||
args_info->pass_given = 1;
|
||||
args_info->pass_arg = gengetopt_strdup (tmp_env_var);
|
||||
break;
|
||||
|
||||
case 'g': /* HTTPS Proxy host to connect to. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue