OSSP CVS Repository

ossp - Check-in [3116]
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [Patchset]  [Tagging/Branching

Check-in Number: 3116
Date: 2003-Jan-30 15:37:01 (local)
2003-Jan-30 14:37:01 (UTC)
User:thl
Branch:
Comment: decide to keep lib_sa out of lmtp2nntp_option.c
Tickets:
Inspections:
Files:
ossp-pkg/lmtp2nntp/lmtp2nntp_config.c      1.84 -> 1.85     2 inserted, 2 deleted

ossp-pkg/lmtp2nntp/lmtp2nntp_config.c 1.84 -> 1.85

--- lmtp2nntp_config.c   2003/01/30 14:33:07     1.84
+++ lmtp2nntp_config.c   2003/01/30 14:37:01     1.85
@@ -504,11 +504,11 @@
                     throw(0,0,0);
                 }
                 if ((rc = sa_addr_u2a(ctx->pns[i].saa, "inet://%s", cp)) != SA_OK) {
-                    logbook(ctx->l2, L2_LEVEL_ERROR, "option --destination, parsing host address (%s) failed with \"%s\"", cp /* FIXME again, option vs. config */, sa_error(rc));
+                    logbook(ctx->l2, L2_LEVEL_ERROR, "option --destination, parsing host address (%s) failed with \"%s\"", cp, sa_error(rc));
                     throw(0,0,0);
                 }
                 if ((rc = sa_create(&ctx->pns[i].sa)) != SA_OK) {
-                    logbook(ctx->l2, L2_LEVEL_ERROR, "option --destination, creating TCP socket (%s) failed with \"%s\"", cp /* FIXME again, option vs. config */, sa_error(rc));
+                    logbook(ctx->l2, L2_LEVEL_ERROR, "option --destination, creating TCP socket (%s) failed with \"%s\"", cp, sa_error(rc));
                     throw(0,0,0);
                 }
                 ctx->pns[i].nntp = NULL;

CVSTrac 2.0.1