ossp-pkg/lmtp2nntp/lmtp2nntp_config.c 1.43 -> 1.44
--- lmtp2nntp_config.c 2002/02/05 15:58:21 1.43
+++ lmtp2nntp_config.c 2002/02/06 13:51:38 1.44
@@ -490,9 +490,12 @@
log2(ctx, ERROR, "option --destination, creating TCP socket (%s) failed with \"%s\"", cp /*FIXME again, option vs. config */, sa_error(rc));
throw(0,0,0);
}
+ ctx->pns[i].nntp = NULL;
+ ctx->pns[i].rc = NNTP_OK;
+ ctx->pns[i].l2 = ctx->l2;
free(cp);
+ ctx->nns = i;
}
- ctx->nns = i;
}
}
catch (ex)
|
|