From 018966f5146a6502c61e67ee47315740729412ff Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Mon, 11 Nov 1996 19:15:57 +0000 Subject: Fix Jesse Thilo's bug. svn path=/trunk/; revision=533 --- fetchmail.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fetchmail.c b/fetchmail.c index 78defa07..e16ff2b7 100644 --- a/fetchmail.c +++ b/fetchmail.c @@ -730,7 +730,7 @@ void dump_params (struct query *ctl) printf(" %d local name(s) recognized%s.\n", count, - (count == 1 && !strcmp(idp->id, user)) ? " (by default)" : ""); + (count == 1 && !strcmp(ctl->localnames->id, user)) ? " (by default)" : ""); if (outlevel == O_VERBOSE) for (idp = ctl->localnames; idp; idp = idp->next) if (idp->val.id2) -- cgit v1.2.3