From 8484c4ce31e7964c777f04b56d921ef9074628df Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Wed, 2 Oct 1996 16:51:32 +0000 Subject: Make the check for whether --flush and --all work protocol-independent. svn path=/trunk/; revision=205 --- pop2.c | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'pop2.c') diff --git a/pop2.c b/pop2.c index 09378ce5..2e808b2d 100644 --- a/pop2.c +++ b/pop2.c @@ -145,15 +145,5 @@ const static struct method pop2 = int doPOP2 (queryctl) struct hostrec *queryctl; { - /* check for unsupported options */ - if (queryctl->flush) { - fprintf(stderr,"Option --flush is not supported with POP2\n"); - return(PS_SYNTAX); - } - else if (queryctl->fetchall) { - fprintf(stderr,"Option --all is not supported with POP2\n"); - return(PS_SYNTAX); - } - return(do_protocol(queryctl, &pop2)); } -- cgit v1.2.3