ossp-pkg/lmtp2nntp/lmtp2nntp_config.c 1.75 -> 1.76
--- lmtp2nntp_config.c 2002/05/28 14:02:40 1.75
+++ lmtp2nntp_config.c 2002/05/28 14:03:32 1.76
@@ -1126,7 +1126,7 @@
argz_add(&((msg_t *)msg)->azNewsgroups, &((msg_t *)msg)->asNewsgroups, "invalid.tst"); //FIXME
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_split");
+ throw(0, 0, "msg_join");
}
printf("%s", msg->cpMsg); //FIXME
}
|
|