From 8b6218e0f1486a39a53783e7c86b42285f89e4cf Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Tue, 27 Apr 2010 09:50:55 +0200 Subject: Fix a few Intel C++ remarks and warnings. --- fetchmail.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'fetchmail.c') diff --git a/fetchmail.c b/fetchmail.c index 6d63c714..93ce7128 100644 --- a/fetchmail.c +++ b/fetchmail.c @@ -1900,17 +1900,14 @@ static void dump_params (struct runctl *runp, if (ctl->server.akalist) { - struct idlist *idp; - printf(GT_(" Predeclared mailserver aliases:")); for (idp = ctl->server.akalist; idp; idp = idp->next) printf(" %s", idp->id); putchar('\n'); } + if (ctl->server.localdomains) { - struct idlist *idp; - printf(GT_(" Local domains:")); for (idp = ctl->server.localdomains; idp; idp = idp->next) printf(" %s", idp->id); -- cgit v1.2.3