mirror of
https://github.com/proxytunnel/proxytunnel.git
synced 2026-01-23 10:36:13 +00:00
Merge pull request #12 from HNeitzel/master
fixed segfault when using -o option
This commit is contained in:
commit
2f0466e2c7
1 changed files with 1 additions and 1 deletions
|
|
@ -163,7 +163,7 @@ int cmdline_parser( int argc, char * const *argv, struct gengetopt_args_info *ar
|
|||
args_info->proctitle_arg = NULL; \
|
||||
args_info->enforcetls1_flag = 0; \
|
||||
args_info->host_arg = NULL; \
|
||||
}
|
||||
}
|
||||
|
||||
clear_args();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue