Check-in Number:
|
1901 | |
Date: |
2002-Feb-27 11:02:59 (local)
2002-Feb-27 10:02:59 (UTC) |
User: | thl |
Branch: | |
Comment: |
eh, azNewsgroups is value only |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/lmtp2nntp/lmtp2nntp_config.c 1.55 -> 1.56
--- lmtp2nntp_config.c 2002/02/27 09:55:55 1.55
+++ lmtp2nntp_config.c 2002/02/27 10:02:59 1.56
@@ -1120,7 +1120,6 @@
}
log0(msg, DEBUG, "FIXME trace #31");
}
- argz_add(&((msg_t *)msg)->azNewsgroups, &((msg_t *)msg)->asNewsgroups, "Newsgroups:"); //FIXME
argz_add(&((msg_t *)msg)->azNewsgroups, &((msg_t *)msg)->asNewsgroups, "invalid.tst"); //FIXME
if ((rc = msg_join((msg_t *)msg)) != MSG_OK) {
log1(ctx, ERROR, "Error joining message: %s", msg_error(rc));
|
|