ossp-pkg/lmtp2nntp/lmtp2nntp_main.c 1.23 -> 1.24
--- lmtp2nntp_main.c 2002/01/31 15:09:25 1.23
+++ lmtp2nntp_main.c 2002/01/31 15:13:16 1.24
@@ -450,13 +450,6 @@
/* read in the arguments */
while ((i = getopt(argc, argv, "C:DKP:Va:b:c:d:g:h:l:m:n:o:r:s:t:u:v")) != -1) {
switch (i) {
- case 's': /*POD [B<-s> I<size>] */
- ctx->option_maxmessagesize = atoi(optarg);
- if(ctx->option_maxmessagesize < 64) {
- fprintf(stderr, "%s:Error: maximum message size is unacceptable small.\n", ctx->progname);
- CU(ERR_EXECUTION);
- }
- break;
case 't': /*POD [B<-t> I<name>=I<sec>[,I<name>=I<sec>[,...]] */
if (argz_create_sep(optarg, ',', &azTimeout, &asTimeout) != 0)
CU(ERR_EXECUTION);
|
|