Subject: CVS commit: gnusrc
To: None <source-changes@netbsd.org>
From: Jun-ichiro itojun Hagino <itojun@netbsd.org>
List: source-changes
Date: 03/18/2001 15:51:11
Module Name:	gnusrc
Committed By:	itojun
Date:		Sun Mar 18 13:51:11 UTC 2001

Modified Files:
	gnusrc/gnu/dist/postfix/src/smtp: smtp_connect.c

Log Message:
use the same address family when querying destination address and local address.
XXX if local address is specified in specific address family
(like IPv4 numeric addr) it will not be honored when we connect to different
address family (like IPv6 destination).  there's no good way to circumvent this.


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 gnusrc/gnu/dist/postfix/src/smtp/smtp_connect.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.