Applied to my tree as 7b66ce971f966084cb330410e76aa0f48ebeb980

qpsm...@devin.com wrote:
> 
> From: Devin Carraway <qpsm...@devin.com>
> 
> ---
>  qpsmtpd-prefork |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/qpsmtpd-prefork b/qpsmtpd-prefork
> index 798e3c4..aecb417 100755
> --- a/qpsmtpd-prefork
> +++ b/qpsmtpd-prefork
> @@ -139,7 +139,7 @@ if (@d_addr) {
>          }
>      }
>  } else {
> -    @d_addr = ( 'addr' => $has_ipv6 ? "[::]" : "0.0.0.0" );
> +    @d_addr = ( { addr => $has_ipv6 ? "[::]" : "0.0.0.0", port => $d_port } 
> );
>  }
>  
>  # set max from ip to max number of children if option is set to disabled
> -- 
> 1.4.4.4
> 

Reply via email to