From 9dc0b8bd674f71f8ee422b037dc409f2dd4f9487 Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Tue, 14 Mar 2006 09:10:20 +0000 Subject: merge Mirek's fetchmail-signed.patch svn path=/branches/BRANCH_6-3/; revision=4734 --- checkalias.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'checkalias.c') diff --git a/checkalias.c b/checkalias.c index 9447ec20..8214b40a 100644 --- a/checkalias.c +++ b/checkalias.c @@ -88,7 +88,8 @@ int is_host_alias(const char *name, struct query *ctl) { struct mxentry *mxp, *mxrecords; struct idlist *idl; - int namelen, e; + size_t namelen; + int e; struct addrinfo hints, *res, *res_st; struct hostdata *lead_server = -- cgit v1.2.3