From 486c6b5f15311f5d4c43512749f1c14a69f5ece9 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Wed, 3 Jul 1996 03:24:19 +0000 Subject: Got rid of verbose member, changed whicpop to protocol. svn path=/trunk/; revision=28 --- pop3.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pop3.c') 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) -- cgit v1.2.3