aboutsummaryrefslogtreecommitdiffstats
path: root/pop3.c
diff options
context:
space:
mode:
Diffstat (limited to 'pop3.c')
-rw-r--r--pop3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pop3.c b/pop3.c
index 5c6d7cdd..a0241c6f 100644
--- a/pop3.c
+++ b/pop3.c
@@ -295,7 +295,7 @@ int socket;
{
char buf [POPBUFSIZE];
- switch (options->whichpop) {
+ switch (options->protocol) {
case P_POP3:
SockPrintf(socket,"USER %s\r\n",options->remotename);
if (outlevel == O_VERBOSE)