X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/d4095f83496094d7d8649cc412536f69d1cfcb6a..5c161fa615ab4a2d40170fedd71d1b9a7f079ff6:/src/src/verify.c diff --git a/src/src/verify.c b/src/src/verify.c index efc05fcf1..07e663536 100644 --- a/src/src/verify.c +++ b/src/src/verify.c @@ -113,7 +113,7 @@ int options = *opt_ptr; open_db dbblock; open_db *dbm_file = NULL; -/* Open the callout cache database, it it exists, for reading only at this +/* Open the callout cache database, if it exists, for reading only at this stage, unless caching has been disabled. */ if (options & vopt_callout_no_cache) @@ -654,7 +654,7 @@ coding means skipping this whole loop and doing the append separately. */ if (!sx) sx = store_get(sizeof(*sx), TRUE); /* tainted buffers */ memset(sx, 0, sizeof(*sx)); - sx->addrlist = addr; + sx->addrlist = sx->first_addr = addr; sx->conn_args.host = host; sx->conn_args.host_af = host_af, sx->port = port;