aboutsummaryrefslogtreecommitdiffstats
path: root/checkalias.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1998-10-17 14:09:26 +0000
committerEric S. Raymond <esr@thyrsus.com>1998-10-17 14:09:26 +0000
commitb2ae3fb3f3f5ee8aecc07c0991aeb57e2bfffbdb (patch)
tree0fa4634084f022f4d04a451d75d2ab6fe987b239 /checkalias.c
parentd687ff1687af4e866203f704543620f8c99c1965 (diff)
downloadfetchmail-b2ae3fb3f3f5ee8aecc07c0991aeb57e2bfffbdb.tar.gz
fetchmail-b2ae3fb3f3f5ee8aecc07c0991aeb57e2bfffbdb.tar.bz2
fetchmail-b2ae3fb3f3f5ee8aecc07c0991aeb57e2bfffbdb.zip
Comment fixes.
svn path=/trunk/; revision=2100
Diffstat (limited to 'checkalias.c')
-rw-r--r--checkalias.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/checkalias.c b/checkalias.c
index 275e9410..a111a39f 100644
--- a/checkalias.c
+++ b/checkalias.c
@@ -29,7 +29,6 @@ static int is_ip_alias(const char *name1,const char *name2)
/*
* Given two hostnames as arguments, returns TRUE if they
* have at least one IP address in common.
- * It is meant to be called by the is_host_alias() function in driver.c
* No check is done on errors returned by gethostbyname,
* the calling function does them.
*/
@@ -91,7 +90,7 @@ static int is_ip_alias(const char *name1,const char *name2)
}
int is_host_alias(const char *name, struct query *ctl)
-/* determine whether name is a DNS alias of the hostname */
+/* determine whether name is a DNS alias of the mailserver for this query */
{
struct hostent *he,*he_st;
struct mxentry *mxp, *mxrecords;