Check-in Number:
|
2170 | |
Date: |
2002-May-28 16:14:44 (local)
2002-May-28 14:14:44 (UTC) |
User: | thl |
Branch: | |
Comment: |
FIXMEs reviewed |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/lmtp2nntp/lmtp2nntp_config.c 1.76 -> 1.77
--- lmtp2nntp_config.c 2002/05/28 14:03:32 1.76
+++ lmtp2nntp_config.c 2002/05/28 14:14:44 1.77
@@ -1123,12 +1123,12 @@
ctx->msg = (msg_t *)msg;
headerrewrite(ctx);
msg_headermatrixteardwn((msg_t *)msg);
- argz_add(&((msg_t *)msg)->azNewsgroups, &((msg_t *)msg)->asNewsgroups, "invalid.tst"); //FIXME
+ argz_add(&((msg_t *)msg)->azNewsgroups, &((msg_t *)msg)->asNewsgroups, "invalid.test");
if ((rc = msg_join((msg_t *)msg)) != MSG_OK) {
logbook(ctx->l2, L2_LEVEL_ERROR, "Error joining message: %s", msg_error(rc));
throw(0, 0, "msg_join");
}
- printf("%s", msg->cpMsg); //FIXME
+ printf("%s", msg->cpMsg);
}
cleanup {
if (msg != NULL)
|
|