From 971a363228832ae0210491c2629f964b8bb7aea7 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 2 Jul 1996 19:13:13 +0000 Subject: Some name changes. svn path=/trunk/; revision=24 --- pop2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pop2.c') diff --git a/pop2.c b/pop2.c index 503f92f4..57508693 100644 --- a/pop2.c +++ b/pop2.c @@ -108,7 +108,7 @@ struct optrec *options; } /* log the user onto the server */ - POP2_sendHELO(options->username,options->password,socket); + POP2_sendHELO(options->remotename,options->password,socket); if ((number = POP2_stateNMBR(socket)) < 0) { POP2_quit(socket); status = PS_AUTHFAIL; -- cgit v1.2.3