ossp-pkg/lmtp2nntp/lmtp2nntp_config.c 1.83 -> 1.84
--- lmtp2nntp_config.c 2003/01/30 14:26:38 1.83
+++ lmtp2nntp_config.c 2003/01/30 14:33:07 1.84
@@ -496,7 +496,7 @@
cp = (ov->data.m)[i];
logbook(ctx->l2, L2_LEVEL_DEBUG, "cp = (data.m)[%d] = \"%s\"", i, cp);
if (strrchr(cp, ':') == NULL)
- cp = str_concat(cp, ":nntp", NULL); /* FIXME is this a config var/val? */
+ cp = str_concat(cp, ":nntp", NULL); /* http://www.iana.org/assignments/port-numbers (and names) */
else
cp = str_concat(cp, NULL); /* prepare for free() */
if ((rc = sa_addr_create(&ctx->pns[i].saa)) != SA_OK) {
|
|