ossp-pkg/lmtp2nntp/lmtp2nntp_main.c 1.27 -> 1.28
--- lmtp2nntp_main.c 2002/01/31 15:53:43 1.27
+++ lmtp2nntp_main.c 2002/01/31 15:59:12 1.28
@@ -448,10 +448,6 @@
CU(ERR_EXECUTION);
}
}
- /*POD I<newsgroup> [I<newsgroup> ...] */
- for (i = optind; i < argc; i++) {
- argz_add(&ctx->azGroupargs, &ctx->asGroupargs, argv[i]);
- }
/* if no positive ACL exists (option -a) add a wildcard match-all for IPv4 and IPv6 */
bOk = FALSE;
|
|