aboutsummaryrefslogtreecommitdiffstats
path: root/pop2.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1996-07-03 12:45:18 +0000
committerEric S. Raymond <esr@thyrsus.com>1996-07-03 12:45:18 +0000
commiteb0c61e4812ab19973df9b588f06c9d50a2d038c (patch)
treef15c47e03f5e00823c2b1faa19d03ef2b2706e06 /pop2.c
parent3e22607c5ba702824afd838132591123ae6ad9c3 (diff)
downloadfetchmail-eb0c61e4812ab19973df9b588f06c9d50a2d038c.tar.gz
fetchmail-eb0c61e4812ab19973df9b588f06c9d50a2d038c.tar.bz2
fetchmail-eb0c61e4812ab19973df9b588f06c9d50a2d038c.zip
Got rid of line limit member.
svn path=/trunk/; revision=31
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 9c7ae378..dc9c2e7c 100644
--- a/pop2.c
+++ b/pop2.c
@@ -72,7 +72,7 @@ struct optrec *options;
int status = PS_UNDEFINED;
/* check for unsupported options */
- if (options->limit) {
+ if (linelimit) {
fprintf(stderr,"Option --limit is not supported in POP2\n");
return(PS_SYNTAX);
}