Check-in Number:
|
3110 | |
Date: |
2003-Jan-30 15:17:01 (local)
2003-Jan-30 14:17:01 (UTC) |
User: | thl |
Branch: | |
Comment: |
it feeds ctx->config_varctx into lmtp2nntp_l2.c:hook_configure() |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/lmtp2nntp/lmtp2nntp_config.c 1.80 -> 1.81
--- lmtp2nntp_config.c 2002/08/14 21:19:01 1.80
+++ lmtp2nntp_config.c 2003/01/30 14:17:01 1.81
@@ -153,7 +153,6 @@
fprintf(stderr, "%s:Error: logging failed to create \"%s\" channel\n", ctx->progname, l2_handler_var.name);
CU(ERR_EXECUTION);
}
- //FIXME rse!20020717 this l2_channel_configure call is currently a dummy! What is it used for?
if ((rc = l2_channel_configure(ctx->l2, "", ctx->config_varctx)) != L2_OK) {
fprintf(stderr, "%s:Error: logging failed to configure \"%s\" channel\n", ctx->progname, l2_handler_var.name);
CU(ERR_EXECUTION);
|
|