On 8/21/2020 10:32 AM, Thorsten Habich wrote:
>
> Hope this patch is suitable:
>
> --- a/src/posttls-finger/posttls-finger.c       2019-02-12
> 14:17:45.000000000 +0100
> +++ b/src/posttls-finger/posttls-finger.c.new   2020-08-21
> 09:15:04.256945675 +0200
> @@ -1988,7 +1988,7 @@
>         msg_fatal("bad '-a' option value: %s", state->options.addr_pref);
>
>  #ifdef USE_TLS
> -    if (state->tlsproxy_mode && state->reconnect)
> +    if (state->tlsproxy_mode && state->reconnect > 0)
>         msg_fatal("The -X and -r options are mutually exclusive");
>  #endif
>
>
>
I checked the change log again as this error sounded quite familiar.
Seems like it was already fixed for 3.6 but neither for 3.5 nor for 3.4

Reply via email to