aboutsummaryrefslogtreecommitdiffstats
path: root/pop2.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1996-07-02 19:13:13 +0000
committerEric S. Raymond <esr@thyrsus.com>1996-07-02 19:13:13 +0000
commit971a363228832ae0210491c2629f964b8bb7aea7 (patch)
treeb4eb9f7a2b6d8361f6e54f81c447cc93200dad0a /pop2.c
parenta7599402b2e4d8c5cef1da9fe12159640fd15812 (diff)
downloadfetchmail-971a363228832ae0210491c2629f964b8bb7aea7.tar.gz
fetchmail-971a363228832ae0210491c2629f964b8bb7aea7.tar.bz2
fetchmail-971a363228832ae0210491c2629f964b8bb7aea7.zip
Some name changes.
svn path=/trunk/; revision=24
Diffstat (limited to 'pop2.c')
-rw-r--r--pop2.c2
1 files changed, 1 insertions, 1 deletions
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;