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 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);
}