From 72ebc1e4b4652ee0a239c091698bbcff235dab75 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Wed, 25 Sep 1996 21:24:28 +0000 Subject: Correct a prompt. svn path=/trunk/; revision=149 --- fetchmail.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fetchmail.c') diff --git a/fetchmail.c b/fetchmail.c index 331e5508..22f5481f 100644 --- a/fetchmail.c +++ b/fetchmail.c @@ -231,7 +231,7 @@ char **argv; char prompt[BUFSIZ]; (void) sprintf(prompt, "Enter password for %s@%s: ", - hostp->remotename, servername); + hostp->remotename, hostp->servername); (void) strncpy(hostp->password, (char *)getpassword(prompt),PASSWORDLEN-1); } -- cgit v1.2.3