diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2020-11-08 18:11:56 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2021-01-29 18:41:22 +0000 |
commit | 6a1c2ef020854ef49c6a52ad4552d6b5ae1e1d1a (patch) | |
tree | 72027027feec2dd0d3cd41dd97320e1857857863 /src | |
parent | 0c70e694cf1a703798c0778a3236079e1b25c91d (diff) |
tidying
Diffstat (limited to 'src')
-rw-r--r-- | src/src/dmarc.h | 2 | ||||
-rw-r--r-- | src/src/drtables.c | 8 |
2 files changed, 4 insertions, 6 deletions
diff --git a/src/src/dmarc.h b/src/src/dmarc.h index 772726aec..ef967e0b7 100644 --- a/src/src/dmarc.h +++ b/src/src/dmarc.h @@ -22,9 +22,7 @@ int dmarc_store_data(header_line *); int dmarc_process(); uschar *dmarc_exim_expand_query(int); uschar *dmarc_exim_expand_defaults(int); -uschar *dmarc_auth_results_header(header_line *,uschar *); -#define DMARC_AR_HEADER US"Authentication-Results:" #define DMARC_VERIFY_STATUS 1 #define DMARC_HIST_OK 1 diff --git a/src/src/drtables.c b/src/src/drtables.c index 67a2b8f52..72f47c1ea 100644 --- a/src/src/drtables.c +++ b/src/src/drtables.c @@ -764,10 +764,10 @@ else } /* FreeBSD nsdispatch() can trigger dlerror() errors about - * _nss_cache_cycle_prevention_function; we need to clear the dlerror() - * state before calling dlsym(), so that any error afterwards only - * comes from dlsym(). - */ + _nss_cache_cycle_prevention_function; we need to clear the dlerror() + state before calling dlsym(), so that any error afterwards only comes + from dlsym(). */ + errormsg = dlerror(); info = (struct lookup_module_info*) dlsym(dl, "_lookup_module_info"); |