diff options
| author | Gregory Neil Shapiro <gshapiro@FreeBSD.org> | 2002-08-28 17:57:52 +0000 | 
|---|---|---|
| committer | Gregory Neil Shapiro <gshapiro@FreeBSD.org> | 2002-08-28 17:57:52 +0000 | 
| commit | 959366dcbe20824a331bcae977d662025850f481 (patch) | |
| tree | 917921b3db147e850cc818686dc5ee3127c9842b /contrib/sendmail/src/domain.c | |
| parent | 739ac4d4d3a1d1d68eae4e7bd59c179d842864d2 (diff) | |
Diffstat (limited to 'contrib/sendmail/src/domain.c')
| -rw-r--r-- | contrib/sendmail/src/domain.c | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/contrib/sendmail/src/domain.c b/contrib/sendmail/src/domain.c index f48f987fd8922..f086d80854310 100644 --- a/contrib/sendmail/src/domain.c +++ b/contrib/sendmail/src/domain.c @@ -14,9 +14,9 @@  #include <sendmail.h>  #if NAMED_BIND -SM_RCSID("@(#)$Id: domain.c,v 8.181 2002/05/24 23:48:42 gshapiro Exp $ (with name server)") +SM_RCSID("@(#)$Id: domain.c,v 8.181.2.1 2002/06/27 16:55:04 ca Exp $ (with name server)")  #else /* NAMED_BIND */ -SM_RCSID("@(#)$Id: domain.c,v 8.181 2002/05/24 23:48:42 gshapiro Exp $ (without name server)") +SM_RCSID("@(#)$Id: domain.c,v 8.181.2.1 2002/06/27 16:55:04 ca Exp $ (without name server)")  #endif /* NAMED_BIND */  #if NAMED_BIND @@ -664,7 +664,7 @@ bestmx_map_lookup(map, name, av, statp)  #endif /* _FFR_BESTMX_BETTER_TRUNCATION */  	_res.options &= ~(RES_DNSRCH|RES_DEFNAMES); -	nmx = getmxrr(name, mxhosts, NULL, false, statp, true, NULL); +	nmx = getmxrr(name, mxhosts, NULL, false, statp, false, NULL);  	_res.options = saveopts;  	if (nmx <= 0)  		return NULL; | 
