ossp-pkg/lmtp2nntp/lmtp2nntp_main.c 1.8 -> 1.9
--- lmtp2nntp_main.c 2002/01/24 12:07:13 1.8
+++ lmtp2nntp_main.c 2002/01/24 16:25:54 1.9
@@ -513,13 +513,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 'C': /*POD [B<-C> I<childsmax>] */
- ctx->option_childsmax = atoi(optarg);
- if (ctx->option_childsmax <= 0) {
- fprintf(stderr, "%s:Error: Invalid number (%d) to option -C\n", ctx->progname, ctx->option_childsmax);
- CU(ERR_EXECUTION);
- }
- break;
case 'D': /*POD [B<-D>] */
ctx->option_daemon = TRUE;
break;
|
|