aboutsummaryrefslogtreecommitdiffstats
path: root/pop2.c
diff options
context:
space:
mode:
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;