diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2020-09-07 19:56:49 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2020-10-04 00:14:30 +0100 |
commit | dcc5e2cbb4a253eea54c12320e54fb5d85d64e5f (patch) | |
tree | 6a323de56a7db435de24d9f8c6210354a37bc7b0 /src | |
parent | f820e85a419deb5c7ed3c8f1abe400436b2d6122 (diff) |
tidying
Diffstat (limited to 'src')
-rw-r--r-- | src/src/verify.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/src/verify.c b/src/src/verify.c index a50ac8b7b..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) |