[Dnsmail-cvs] dnsmail/DnsMail DnsMail.cs,1.7,1.8
Brought to you by:
ethem
From: Ethem E. <et...@us...> - 2006-08-04 15:23:04
|
Update of /cvsroot/dnsmail/dnsmail/DnsMail In directory sc8-pr-cvs12.sourceforge.net:/tmp/cvs-serv25008/dnsmail/DnsMail Modified Files: DnsMail.cs Log Message: DnsCache removed. Index: DnsMail.cs =================================================================== RCS file: /cvsroot/dnsmail/dnsmail/DnsMail/DnsMail.cs,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** DnsMail.cs 4 Aug 2006 13:52:56 -0000 1.7 --- DnsMail.cs 4 Aug 2006 15:23:00 -0000 1.8 *************** *** 474,478 **** MxRecord[] mxs = new MxRecord[0]; ! IPAddress[] ips = DnsCache.InternalResolve(ref resDom, ref usedMx, ref mxs); #region resolved --- 474,478 ---- MxRecord[] mxs = new MxRecord[0]; ! IPAddress[] ips = DNSAPI.InternalResolve(ref resDom, ref usedMx, ref mxs); #region resolved |